HomeSort by relevance Sort by last modified time
    Searched refs:spv_binary (Results 1 - 11 of 11) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
spirv_tools_wrapper.h 31 spv_binary* binary, std::string* errors);
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
shaderc_private.h 71 // Compilation result class using a spv_binary for holding the compilation
78 void SetOutputData(spv_binary data) { output_data_ = data; }
85 spv_binary output_data_ = nullptr;
shaderc.cc 583 spv_binary assembling_output_data = nullptr;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
markv.h 81 spv_binary* spirv_binary,
libspirv.h 349 typedef spv_binary_t* spv_binary; typedef
429 const size_t length, spv_binary* binary,
437 const uint32_t options, spv_binary* binary, spv_diagnostic* diagnostic);
455 void spvBinaryDestroy(spv_binary binary);
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
spirv_tools_wrapper.cc 59 spv_binary* binary, std::string* errors) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
libspirv.cpp 50 spv_binary spvbinary = nullptr;
text.cpp 700 const uint32_t options, spv_binary* pBinary) {
754 spv_binary binary = new spv_binary_t();
771 const size_t input_text_size, spv_binary* pBinary,
780 const size_t input_text_size, const uint32_t options, spv_binary* pBinary,
binary.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVAsm.cpp 61 spv_binary binary = DE_NULL;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/comp/
markv_codec.cpp     [all...]

Completed in 415 milliseconds