Home
last modified time | relevance | path

Searched defs:pStage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp1845 …tageInputOutputLimits(SHADER_MODULE_STATE const *src, VkPipelineShaderStageCreateInfo const *pStag… in ValidateShaderStageInputOutputLimits()
2035 void GetSpecConstantValue(VkPipelineShaderStageCreateInfo const *pStage, uint32_t spec_id, void *bu… in GetSpecConstantValue()
2045 …spirv_inst_iter insn, SHADER_MODULE_STATE const *src, VkPipelineShaderStageCreateInfo const *pStag… in GetIntConstantValue()
2098 …dateCooperativeMatrix(SHADER_MODULE_STATE const *src, VkPipelineShaderStageCreateInfo const *pStag… in ValidateCooperativeMatrix()
2730 …oid ValidationStateTracker::RecordPipelineShaderStage(VkPipelineShaderStageCreateInfo const *pStag… in RecordPipelineShaderStage()
2754 bool CoreChecks::ValidatePipelineShaderStage(VkPipelineShaderStageCreateInfo const *pStage, const P… in ValidatePipelineShaderStage()
2990 auto pStage = &pCreateInfo->pStages[i]; in ValidateGraphicsPipelineShaderState() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp5863 for (auto pStage = choiceStages; pStage < DE_ARRAY_END(choiceStages); ++pStage) in populateDescriptorBufferTests() local
5919 for (auto pStage = choiceStages; pStage < DE_ARRAY_END(choiceStages); ++pStage) in populateDescriptorBufferTests() local
5981 for (auto pStage = choiceStages; pStage < DE_ARRAY_END(choiceStages); ++pStage) in populateDescriptorBufferTests() local
6033 for (auto pStage = choiceStages; pStage < DE_ARRAY_END(choiceStages); ++pStage) in populateDescriptorBufferTests() local
6090 for (auto pStage = choiceStages; pStage < DE_ARRAY_END(choiceStages); ++pStage) in populateDescriptorBufferTests() local
6165 for (auto pStage = choiceStages; pStage < DE_ARRAY_END(choiceStages); ++pStage) in populateDescriptorBufferTests() local
6228 for (auto pStage = choiceStages; pStage < DE_ARRAY_END(choiceStages); ++pStage) in populateDescriptorBufferTests() local
6325 for (auto pStage = choiceStages; pStage < DE_ARRAY_END(choiceStages); ++pStage) in populateDescriptorBufferTests() local
6364 for (auto pStage = choiceStages; pStage < DE_ARRAY_END(choiceStages); ++pStage) in populateDescriptorBufferTests() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_compute.c170 … struct vk_pipeline_cache *cache, const VkPipelineShaderStageCreateInfo *pStage, in radv_compute_pipeline_compile()