Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dopcode_require_capabilities_test.cpp34 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/
Dopcode_require_capabilities_test.cpp35 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/
Dopcode_require_capabilities_test.cpp35 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/
Dopcode_require_capabilities_test.cpp35 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/
Dvalidate.h133 const spv_opcode_table opcodeTable,
152 const spv_opcode_table opcodeTable,
Dvalidate.cpp61 const spv_opcode_table opcodeTable, in spvValidateIDs() argument
68 spvValidateInstructionIDs(pInsts, count, opcodeTable, operandTable, in spvValidateIDs()
Dvalidate_id.cpp55 : 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()