Lines Matching refs:pipelineLayout
56 auto robustness = shader.getOutOfBoundsBehavior(pointerId, routine->pipelineLayout); in EmitLoad()
108 auto robustness = shader.getOutOfBoundsBehavior(pointerId, routine->pipelineLayout); in Store()
187 uint32_t bindingOffset = routine->pipelineLayout->getBindingOffset(d.DescriptorSet, d.Binding); in EmitVariable()
410 …ASSERT(routine->pipelineLayout->getDescriptorCount(d.DescriptorSet, d.Binding) != 0); // "If desc… in GetPointerToData()
412 uint32_t bindingOffset = routine->pipelineLayout->getBindingOffset(d.DescriptorSet, d.Binding); in GetPointerToData()
413 uint32_t descriptorSize = routine->pipelineLayout->getDescriptorSize(d.DescriptorSet, d.Binding); in GetPointerToData()
419 auto robustness = shader.getOutOfBoundsBehavior(id, routine->pipelineLayout); in GetPointerToData()
420 …ASSERT(routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding) != VK_DESCRIPTOR_TYP… in GetPointerToData()
430 if(routine->pipelineLayout->isDescriptorDynamic(d.DescriptorSet, d.Binding)) in GetPointerToData()
432 …SIMD::Int dynamicOffsetIndex = SIMD::Int(routine->pipelineLayout->getDynamicOffsetIndex(d.Descript… in GetPointerToData()
445 auto descriptorType = routine->pipelineLayout->getDescriptorType(d.DescriptorSet, d.Binding); in GetPointerToData()
458 if(routine->pipelineLayout->isDescriptorDynamic(d.DescriptorSet, d.Binding)) in GetPointerToData()
461 routine->pipelineLayout->getDynamicOffsetIndex(d.DescriptorSet, d.Binding) + in GetPointerToData()