Lines Matching refs:spirv_inst_iter
170 static spirv_inst_iter FindEntrypoint(shader_module const *src, char const *name, VkShaderStageFlag… in FindEntrypoint()
304 static bool IsNarrowNumericType(spirv_inst_iter type) { in IsNarrowNumericType()
536 static spirv_inst_iter GetStructType(shader_module const *src, spirv_inst_iter def, bool is_array_o… in GetStructType()
619 …_t, interface_var> CollectInterfaceByLocation(shader_module const *src, spirv_inst_iter entrypoint, in CollectInterfaceByLocation()
860 shader_module const *vs, spirv_inst_iter entrypoint) { in ValidateViAgainstVsInputs()
922 … spirv_inst_iter entrypoint, PIPELINE_STATE const *pipeline, uint32_t subpass_index) { in ValidateFsOutputsAgainstRenderPass()
1008 …ic bool IsPointSizeWritten(shader_module const *src, spirv_inst_iter builtin_instr, spirv_inst_ite… in IsPointSizeWritten()
1089 static std::unordered_set<uint32_t> MarkAccessibleIds(shader_module const *src, spirv_inst_iter ent… in MarkAccessibleIds()
1202 … shader_module const *src, spirv_inst_iter type, VkShaderStageFlagBits stage) { in ValidatePushConstantBlockAgainstPipeline()
1902 static void ProcessExecutionModes(shader_module const *src, spirv_inst_iter entrypoint, PIPELINE_ST… in ProcessExecutionModes()
1943 … spirv_inst_iter entrypoint, VkShaderStageFlagBits stage) { in ValidatePointListShaderState()
1953 spirv_inst_iter insn = entrypoint; in ValidatePointListShaderState()
1992 … spirv_inst_iter *out_entrypoint, bool check_point_size) { in ValidatePipelineShaderStage()
2093 … spirv_inst_iter producer_entrypoint, shader_stage_attributes const *producer_stage, in ValidateInterfaceBetweenStages()
2094 … shader_module const *consumer, spirv_inst_iter consumer_entrypoint, in ValidateInterfaceBetweenStages()
2189 spirv_inst_iter entrypoints[32]; in ValidateAndCapturePipelineShaderState()
2248 spirv_inst_iter entrypoint; in ValidateComputePipeline()
2257 spirv_inst_iter entrypoint; in ValidateRayTracingPipelineNV()