Home
last modified time | relevance | path

Searched refs:spvOpcodeTableGet (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dopcode_table_get_test.cpp26 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&table, GetParam())); in TEST_P()
32 ASSERT_EQ(SPV_ERROR_INVALID_POINTER, spvOpcodeTableGet(nullptr, GetParam())); in TEST_P()
H A Dopcode_require_capabilities_test.cpp36 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&opcodeTable, env)); in TEST_P()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dopcode_table_get_test.cpp26 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&table, GetParam())); in TEST_P()
32 ASSERT_EQ(SPV_ERROR_INVALID_POINTER, spvOpcodeTableGet(nullptr, GetParam())); in TEST_P()
H A Dopcode_require_capabilities_test.cpp36 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&opcodeTable, env)); in TEST_P()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dopcode_table_get_test.cpp26 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&table, GetParam())); in TEST_P()
32 ASSERT_EQ(SPV_ERROR_INVALID_POINTER, spvOpcodeTableGet(nullptr, GetParam())); in TEST_P()
Dopcode_require_capabilities_test.cpp36 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&opcodeTable, env)); in TEST_P()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dtable.cpp55 spvOpcodeTableGet(&opcode_table, env); in spvContextCreate()
H A Dtable.h125 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env);
H A Dopcode.cpp81 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dtable.cpp55 spvOpcodeTableGet(&opcode_table, env); in spvContextCreate()
Dtable.h125 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env);
Dopcode.cpp81 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dtable.cpp56 spvOpcodeTableGet(&opcode_table, env); in spvContextCreate()
H A Dtable.h129 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env);
H A Dopcode.cpp81 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/diff/
H A Ddiff.cpp2755 result = spvOpcodeTableGet(&opcode_table, target_env); in Output()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/diff/
H A Ddiff.cpp2755 result = spvOpcodeTableGet(&opcode_table, target_env); in Output()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp2755 result = spvOpcodeTableGet(&opcode_table, target_env); in Output()