Searched refs:opcodeTable (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | opcode_require_capabilities_test.cpp | 34 spv_opcode_table opcodeTable; in TEST_P() local 36 spvOpcodeTableGet(&opcodeTable, SPV_ENV_UNIVERSAL_1_1)); in TEST_P() 39 spvOpcodeTableValueLookup(opcodeTable, GetParam().opcode, &entry)); in TEST_P()
|
/third_party/spirv-tools/test/ |
D | opcode_require_capabilities_test.cpp | 35 spv_opcode_table opcodeTable; in TEST_P() local 36 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&opcodeTable, env)); in TEST_P() 38 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableValueLookup(env, opcodeTable, in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | opcode_require_capabilities_test.cpp | 35 spv_opcode_table opcodeTable; in TEST_P() local 36 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&opcodeTable, env)); in TEST_P() 38 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableValueLookup(env, opcodeTable, in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | opcode_require_capabilities_test.cpp | 35 spv_opcode_table opcodeTable; in TEST_P() local 36 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&opcodeTable, env)); in TEST_P() 38 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableValueLookup(env, opcodeTable, in TEST_P()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate.h | 133 const spv_opcode_table opcodeTable, 152 const spv_opcode_table opcodeTable,
|
D | validate.cpp | 61 const spv_opcode_table opcodeTable, in spvValidateIDs() argument 68 spvValidateInstructionIDs(pInsts, count, opcodeTable, operandTable, in spvValidateIDs()
|
D | validate_id.cpp | 55 : opcodeTable(opcodeTableArg), in idUsage() 73 const spv_opcode_table opcodeTable; member in __anon583ac0540111::idUsage 2835 if (spvOpcodeTableValueLookup(opcodeTable, inst->opcode, &opcodeEntry)) in isValid() 3277 const spv_opcode_table opcodeTable, in spvValidateInstructionIDs() argument 3282 idUsage idUsage(opcodeTable, operandTable, extInstTable, pInsts, instCount, in spvValidateInstructionIDs()
|