/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
|
/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() 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/ |
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()
|
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.h | 405 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/ |
D | libspirv.h | 405 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/ |
D | libspirv.h | 405 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/ |
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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
|
/external/swiftshader/third_party/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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate.cpp | 158 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/ |
D | validate.cpp | 158 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/ |
D | validate.cpp | 158 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/ |
D | libspirv.cpp | 121 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | libspirv.cpp | 121 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | libspirv.cpp | 121 spv_const_binary_t the_binary{binary, binary_size}; in Validate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSpirVAsm.cpp | 164 spv_const_binary_t cbinary = { binary, binarySizeInWords }; in validateSpirV()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvTools.cpp | 153 spv_const_binary_t binary = { spirv.data(), spirv.size() }; in SpirvToolsValidate()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvTools.cpp | 153 spv_const_binary_t binary = { spirv.data(), spirv.size() }; in SpirvToolsValidate()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | lcssa.cpp | 36 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
|