• Home
  • Raw
  • Download

Lines Matching refs:shader_module

486 …  static void SetShaderModule(SafeType *createInfo, VkShaderModule shader_module, uint32_t stage) {  in SetShaderModule()
487 createInfo->pStages[stage].module = shader_module; in SetShaderModule()
499 … static void SetShaderModule(SafeType *createInfo, VkShaderModule shader_module, uint32_t stage) { in SetShaderModule()
501 createInfo->stage.module = shader_module; in SetShaderModule()
512 … static void SetShaderModule(SafeType *createInfo, VkShaderModule shader_module, uint32_t stage) { in SetShaderModule()
513 createInfo->pStages[stage].module = shader_module; in SetShaderModule()
554 VkShaderModule shader_module; in GpuPreCallRecordPipelineCreations() local
558 … VkResult result = DispatchCreateShaderModule(device, &create_info, pAllocator, &shader_module); in GpuPreCallRecordPipelineCreations()
560 … Accessor::SetShaderModule(new_pipeline_create_infos[pipeline].data(), shader_module, stage); in GpuPreCallRecordPipelineCreations()
650 VkShaderModule shader_module = VK_NULL_HANDLE; in GpuPostCallRecordPipelineCreations() local
652 shader_module = pipeline_state->graphicsPipelineCI.pStages[stage].module; in GpuPostCallRecordPipelineCreations()
655 shader_module = pipeline_state->computePipelineCI.stage.module; in GpuPostCallRecordPipelineCreations()
657 shader_module = pipeline_state->raytracingPipelineCI.pStages[stage].module; in GpuPostCallRecordPipelineCreations()
661 …validation_state->shader_map[shader_state->gpu_validation_shader_id].shader_module = shader_module; in GpuPostCallRecordPipelineCreations()
1099 shader_module_handle = it->second.shader_module; in AnalyzeAndReportError()