Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dshader_validation.h71 struct shader_module { struct
78 VkShaderModule vk_shader_module; argument
89shader_module(VkShaderModuleCreateInfo const *pCreateInfo, VkShaderModule shaderModule, spv_target… in shader_module() argument
99 shader_module() : has_valid_spirv(false), vk_shader_module(VK_NULL_HANDLE) {} in shader_module() argument
102 …nst_iter begin() const { return spirv_inst_iter(words.begin(), words.begin() + 5); } // First insn in begin()
103 …end() const { return spirv_inst_iter(words.begin(), words.end()); } // Just past last insn in end()
105 …t_iter at(unsigned offset) const { return spirv_inst_iter(words.begin(), words.begin() + offset); } in at()
108 spirv_inst_iter get_def(unsigned id) const { in get_def()
Dgpu_validation.cpp543 VkShaderModule shader_module; in GpuPreCallRecordCreateGraphicsPipelines() local
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp19862 VkShaderModule shader_module; in TEST_F() local
20328 VkShaderModule shader_module; in TEST_F() local
20390 VkShaderModule shader_module; in TEST_F() local
20470 VkShaderModule shader_module; in TEST_F() local
20647 VkShaderModule shader_module; in TEST_F() local