Home
last modified time | relevance | path

Searched refs:E_SPV_AMD_shader_ballot (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DGLSL.ext.AMD.h34 static const char* const E_SPV_AMD_shader_ballot = "SPV_AMD_shader_ballot"; variable
Ddisassemble.cpp489 } else if (strcmp(spv::E_SPV_AMD_shader_ballot, name) == 0 || in disassembleInstruction()
643 if (strcmp(name, spv::E_SPV_AMD_shader_ballot) == 0) { in GLSLextAMDGetDebugNames()
DGlslangToSpv.cpp6348 extBuiltins = getExtBuiltins(spv::E_SPV_AMD_shader_ballot); in createUnaryOperation()
7082 builder.addExtension(spv::E_SPV_AMD_shader_ballot); in createInvocationsOperation()
7905 extBuiltins = getExtBuiltins(spv::E_SPV_AMD_shader_ballot); in createMiscOperation()
7909 extBuiltins = getExtBuiltins(spv::E_SPV_AMD_shader_ballot); in createMiscOperation()
7913 extBuiltins = getExtBuiltins(spv::E_SPV_AMD_shader_ballot); in createMiscOperation()
/external/mesa3d/src/compiler/spirv/
DGLSL.ext.AMD.h39 static const char* const E_SPV_AMD_shader_ballot = "SPV_AMD_shader_ballot"; variable