Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/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()
/external/deqp-deps/SPIRV-Tools/source/
Dtable.cpp50 spvOpcodeTableGet(&opcode_table, env); in spvContextCreate()
Dtable.h124 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env);
Dopcode.cpp79 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet() function
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtable.cpp50 spvOpcodeTableGet(&opcode_table, env); in spvContextCreate()
Dtable.h124 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env);
Dopcode.cpp79 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet() function