Home
last modified time | relevance | path

Searched refs:GetShaderModuleState (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp541 … const shader_module *shader = GetShaderModuleState(pCreateInfos[pipeline].pStages[stage].module); in GpuPreCallRecordCreateGraphicsPipelines()
579 …auto shader_state = GetShaderModuleState(pipeline_state->graphicsPipelineCI.pStages[stage].module); in GpuPostCallRecordCreateGraphicsPipelines()
Dshader_validation.cpp1994 auto module = *out_module = GetShaderModuleState(pStage->module); in ValidatePipelineShaderStage()
Dcore_validation.h264 shader_module const* GetShaderModuleState(VkShaderModule module);
Dcore_validation.cpp686 shader_module const *CoreChecks::GetShaderModuleState(VkShaderModule module) { in GetShaderModuleState() function in CoreChecks