Home
last modified time | relevance | path

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

12

/aosp_15_r20/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()
206 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
290 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
H A Dlibspirv.h446 typedef struct spv_const_binary_t { struct
449 } spv_const_binary_t; typedef
489 typedef spv_const_binary_t* spv_const_binary;
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h435 typedef struct spv_const_binary_t { struct
438 } spv_const_binary_t; argument
478 typedef spv_const_binary_t* spv_const_binary;
/aosp_15_r20/external/angle/third_party/spirv-tools/src/include/spirv-tools/
H A Dlibspirv.h460 typedef struct spv_const_binary_t { struct
463 } spv_const_binary_t; typedef
503 typedef spv_const_binary_t* spv_const_binary;
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A 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()
/aosp_15_r20/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()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A 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()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate.cpp154 auto binary = std::unique_ptr<spv_const_binary_t>( in ValidateBinaryUsingContextAndValidationState()
155 new spv_const_binary_t{words, num_words}); in ValidateBinaryUsingContextAndValidationState()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate.cpp157 auto binary = std::unique_ptr<spv_const_binary_t>( in ValidateBinaryUsingContextAndValidationState()
158 new spv_const_binary_t{words, num_words}); in ValidateBinaryUsingContextAndValidationState()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate.cpp157 auto binary = std::unique_ptr<spv_const_binary_t>( in ValidateBinaryUsingContextAndValidationState()
158 new spv_const_binary_t{words, num_words}); in ValidateBinaryUsingContextAndValidationState()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkSpirVAsm.cpp188 spv_const_binary_t cbinary = {binary, binarySizeInWords}; in validateSpirV()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dlibspirv.cpp157 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dlibspirv.cpp157 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dlibspirv.cpp157 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dlcssa.cpp34 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/
H A Dlcssa.cpp34 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dlcssa.cpp34 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()

12