Home
last modified time | relevance | path

Searched refs:spv_const_binary_t (Results 1 – 25 of 49) sorted by relevance

12

/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dbinary_header_get_test.cpp36 spv_const_binary_t get_const_binary() { in get_const_binary()
37 return spv_const_binary_t{binary.code, binary.wordCount}; in get_const_binary()
47 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
63 spv_const_binary_t my_binary = {nullptr, 0}; in TEST_F()
70 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
78 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
87 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
95 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
103 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
111 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
Dbinary_endianness_test.cpp22 spv_const_binary_t binary = {invalidMagicNumber, 1}; in TEST()
34 spv_const_binary_t binary = {&magicNumber, 1}; in TEST()
47 spv_const_binary_t binary = {&magicNumber, 1}; in TEST()
Dc_interface_test.cpp46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
102 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
206 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
290 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
/external/deqp-deps/SPIRV-Tools/test/
Dbinary_header_get_test.cpp36 spv_const_binary_t get_const_binary() { in get_const_binary()
37 return spv_const_binary_t{binary.code, binary.wordCount}; in get_const_binary()
47 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
63 spv_const_binary_t my_binary = {nullptr, 0}; in TEST_F()
70 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
78 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
87 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
95 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
103 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
111 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
Dbinary_endianness_test.cpp22 spv_const_binary_t binary = {invalidMagicNumber, 1}; in TEST()
34 spv_const_binary_t binary = {&magicNumber, 1}; in TEST()
47 spv_const_binary_t binary = {&magicNumber, 1}; in TEST()
Dc_interface_test.cpp46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
102 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
203 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
284 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_header_get_test.cpp36 spv_const_binary_t get_const_binary() { in get_const_binary()
37 return spv_const_binary_t{binary.code, binary.wordCount}; in get_const_binary()
47 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
63 spv_const_binary_t my_binary = {nullptr, 0}; in TEST_F()
70 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
78 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
87 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
95 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
103 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
111 spv_const_binary_t const_bin = get_const_binary(); in TEST_F()
Dbinary_endianness_test.cpp22 spv_const_binary_t binary = {invalidMagicNumber, 1}; in TEST()
34 spv_const_binary_t binary = {&magicNumber, 1}; in TEST()
47 spv_const_binary_t binary = {&magicNumber, 1}; in TEST()
Dc_interface_test.cpp46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
102 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
206 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
290 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h405 typedef struct spv_const_binary_t { struct
408 } spv_const_binary_t; argument
446 typedef spv_const_binary_t* spv_const_binary;
/external/angle/third_party/vulkan-deps/spirv-tools/src/include/spirv-tools/
Dlibspirv.h405 typedef struct spv_const_binary_t { struct
408 } spv_const_binary_t; typedef
446 typedef spv_const_binary_t* spv_const_binary;
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h405 typedef struct spv_const_binary_t { struct
408 } spv_const_binary_t; typedef
446 typedef spv_const_binary_t* spv_const_binary;
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_fixture.h108 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndDisassemble()
145 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndCheck()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dpass_fixture.h108 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndDisassemble()
145 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndCheck()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_fixture.h108 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndDisassemble()
145 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndCheck()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate.cpp158 auto binary = std::unique_ptr<spv_const_binary_t>( in ValidateBinaryUsingContextAndValidationState()
159 new spv_const_binary_t{words, num_words}); in ValidateBinaryUsingContextAndValidationState()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate.cpp158 auto binary = std::unique_ptr<spv_const_binary_t>( in ValidateBinaryUsingContextAndValidationState()
159 new spv_const_binary_t{words, num_words}); in ValidateBinaryUsingContextAndValidationState()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate.cpp158 auto binary = std::unique_ptr<spv_const_binary_t>( in ValidateBinaryUsingContextAndValidationState()
159 new spv_const_binary_t{words, num_words}); in ValidateBinaryUsingContextAndValidationState()
/external/deqp-deps/SPIRV-Tools/source/
Dlibspirv.cpp121 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dlibspirv.cpp121 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dlibspirv.cpp121 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVAsm.cpp164 spv_const_binary_t cbinary = { binary, binarySizeInWords }; in validateSpirV()
/external/deqp-deps/glslang/SPIRV/
DSpvTools.cpp153 spv_const_binary_t binary = { spirv.data(), spirv.size() }; in SpirvToolsValidate()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvTools.cpp153 spv_const_binary_t binary = { spirv.data(), spirv.size() }; in SpirvToolsValidate()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dlcssa.cpp36 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()

12