Home
last modified time | relevance | path

Searched refs:E_SPV_AMD_shader_explicit_vertex_parameter (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A DGLSL.ext.AMD.h67 static const char* const E_SPV_AMD_shader_explicit_vertex_parameter = "SPV_AMD_shader_explicit_vert… variable
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGLSL.ext.AMD.h67 static const char* const E_SPV_AMD_shader_explicit_vertex_parameter = "SPV_AMD_shader_explicit_vert… variable
H A Ddisassemble.cpp529 strcmp(spv::E_SPV_AMD_shader_explicit_vertex_parameter, name) == 0 || in disassembleInstruction()
729 } else if (strcmp(name, spv::E_SPV_AMD_shader_explicit_vertex_parameter) == 0) { in GLSLextAMDGetDebugNames()
H A DGlslangToSpv.cpp488 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateInterpolationDecoration()
880 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
884 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
888 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
892 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
896 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
900 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
904 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
9018 extBuiltins = getExtBuiltins(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in createMiscOperation()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DGLSL.ext.AMD.h67 static const char* const E_SPV_AMD_shader_explicit_vertex_parameter = "SPV_AMD_shader_explicit_vert… variable
Ddisassemble.cpp513 strcmp(spv::E_SPV_AMD_shader_explicit_vertex_parameter, name) == 0 || in disassembleInstruction()
688 } else if (strcmp(name, spv::E_SPV_AMD_shader_explicit_vertex_parameter) == 0) { in GLSLextAMDGetDebugNames()
DGlslangToSpv.cpp484 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateInterpolationDecoration()
876 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
880 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
884 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
888 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
892 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
896 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
900 builder.addExtension(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in TranslateBuiltInDecoration()
8994 extBuiltins = getExtBuiltins(spv::E_SPV_AMD_shader_explicit_vertex_parameter); in createMiscOperation()