Searched refs:descriptorSetBitmask (Results 1 – 2 of 2) sorted by relevance
202 uint32_t descriptorSetBitmask = 0; in GetComputePsoHandle() local205 descriptorSetBitmask |= (1 << idx); in GetComputePsoHandle()208 …le = RenderHandleUtil::CreateHandle(RenderHandleType::COMPUTE_PSO, index, 0, descriptorSetBitmask); in GetComputePsoHandle()274 uint32_t descriptorSetBitmask = 0; in GetGraphicsPsoHandleImpl() local277 descriptorSetBitmask |= (1 << idx); in GetGraphicsPsoHandleImpl()280 …e = RenderHandleUtil::CreateHandle(RenderHandleType::GRAPHICS_PSO, index, 0, descriptorSetBitmask); in GetGraphicsPsoHandleImpl()
1513 uint32_t descriptorSetBitmask = 0; in CreatePipelineLayout() local1519 descriptorSetBitmask |= (1 << setIdx); in CreatePipelineLayout()1524 …erHandleUtil::CreateHandle(RenderHandleType::PIPELINE_LAYOUT, arrayIndex, 0, descriptorSetBitmask); in CreatePipelineLayout()