Searched refs:E_SPV_AMD_shader_ballot (Results 1 – 4 of 4) sorted by relevance
34 static const char* const E_SPV_AMD_shader_ballot = "SPV_AMD_shader_ballot"; variable
489 } 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()
6348 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()
39 static const char* const E_SPV_AMD_shader_ballot = "SPV_AMD_shader_ballot"; variable