Searched refs:GetShaderModuleState (Results 1 – 4 of 4) sorted by relevance
541 … 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()
1994 auto module = *out_module = GetShaderModuleState(pStage->module); in ValidatePipelineShaderStage()
264 shader_module const* GetShaderModuleState(VkShaderModule module);
686 shader_module const *CoreChecks::GetShaderModuleState(VkShaderModule module) { in GetShaderModuleState() function in CoreChecks