/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_header_get_test.cpp | 36 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()
|
D | binary_endianness_test.cpp | 22 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()
|
D | c_interface_test.cpp | 46 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 D | binary_header_get_test.cpp | 36 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 D | binary_endianness_test.cpp | 22 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 D | c_interface_test.cpp | 46 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 D | binary_header_get_test.cpp | 36 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 D | binary_endianness_test.cpp | 22 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 D | c_interface_test.cpp | 46 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 D | libspirv.h | 446 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/ |
D | libspirv.h | 435 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 D | libspirv.h | 460 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 D | pass_fixture.h | 108 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/ |
D | pass_fixture.h | 108 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 D | pass_fixture.h | 108 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/ |
D | validate.cpp | 154 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 D | validate.cpp | 157 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 D | validate.cpp | 157 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 D | vkSpirVAsm.cpp | 188 spv_const_binary_t cbinary = {binary, binarySizeInWords}; in validateSpirV()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/ |
D | libspirv.cpp | 157 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/ |
H A D | libspirv.cpp | 157 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | libspirv.cpp | 157 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | lcssa.cpp | 34 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 D | lcssa.cpp | 34 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 D | lcssa.cpp | 34 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
|