Home
last modified time | relevance | path

Searched refs:spv_const_context (Results 1 – 25 of 55) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dlibspirv.h353 typedef const spv_context_t* spv_const_context; typedef
428 spv_result_t spvTextToBinary(const spv_const_context context, const char* text,
436 const spv_const_context context, const char* text, const size_t length,
448 spv_result_t spvBinaryToText(const spv_const_context context,
459 spv_result_t spvValidate(const spv_const_context context,
466 spv_result_t spvValidateWithOptions(const spv_const_context context,
473 spv_result_t spvValidateBinary(const spv_const_context context,
521 spv_result_t spvBinaryParse(const spv_const_context context, void* user_data,
Dmarkv.h67 spv_result_t spvSpirvToMarkv(spv_const_context context,
77 spv_result_t spvMarkvToSpirv(spv_const_context context,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h451 typedef const spv_context_t* spv_const_context; typedef
773 SPIRV_TOOLS_EXPORT spv_result_t spvTextToBinary(const spv_const_context context,
783 const spv_const_context context, const char* text, const size_t length,
796 SPIRV_TOOLS_EXPORT spv_result_t spvBinaryToText(const spv_const_context context,
816 SPIRV_TOOLS_EXPORT spv_result_t spvValidate(const spv_const_context context,
830 const spv_const_context context, const spv_const_validator_options options,
837 spvValidateBinary(const spv_const_context context, const uint32_t* words,
890 const spv_const_context context, void* user_data, const uint32_t* words,
/third_party/spirv-tools/include/spirv-tools/
Dlibspirv.h451 typedef const spv_context_t* spv_const_context; typedef
782 SPIRV_TOOLS_EXPORT spv_result_t spvTextToBinary(const spv_const_context context,
792 const spv_const_context context, const char* text, const size_t length,
805 SPIRV_TOOLS_EXPORT spv_result_t spvBinaryToText(const spv_const_context context,
825 SPIRV_TOOLS_EXPORT spv_result_t spvValidate(const spv_const_context context,
839 const spv_const_context context, const spv_const_validator_options options,
846 spvValidateBinary(const spv_const_context context, const uint32_t* words,
899 const spv_const_context context, void* user_data, const uint32_t* words,
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dlibspirv.h451 typedef const spv_context_t* spv_const_context; typedef
773 SPIRV_TOOLS_EXPORT spv_result_t spvTextToBinary(const spv_const_context context,
783 const spv_const_context context, const char* text, const size_t length,
796 SPIRV_TOOLS_EXPORT spv_result_t spvBinaryToText(const spv_const_context context,
816 SPIRV_TOOLS_EXPORT spv_result_t spvValidate(const spv_const_context context,
830 const spv_const_context context, const spv_const_validator_options options,
837 spvValidateBinary(const spv_const_context context, const uint32_t* words,
890 const spv_const_context context, void* user_data, const uint32_t* words,
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate.cpp230 spv_result_t spvValidate(const spv_const_context context, in spvValidate()
342 spv_result_t spvValidateBinary(const spv_const_context context, in spvValidateBinary()
364 spv_result_t spvValidateWithOptions(const spv_const_context context, in spvValidateWithOptions()
384 const spv_const_context context, spv_const_validator_options options, in ValidateBinaryAndKeepValidationState()
Dname_mapper.h66 FriendlyNameMapper(const spv_const_context context, const uint32_t* code,
Dassembly_grammar.h29 explicit AssemblyGrammar(const spv_const_context context) in AssemblyGrammar()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.h73 ValidationState_t(const spv_const_context context,
77 spv_const_context context() const { return context_; } in context()
336 const spv_const_context context_;
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate.cpp380 const spv_const_context context, spv_const_validator_options options, in ValidateBinaryAndKeepValidationState()
399 spv_result_t spvValidate(const spv_const_context context, in spvValidate()
406 spv_result_t spvValidateBinary(const spv_const_context context, in spvValidateBinary()
431 spv_result_t spvValidateWithOptions(const spv_const_context context, in spvValidateWithOptions()
Dvalidation_state.h112 ValidationState_t(const spv_const_context context,
118 spv_const_context context() const { return context_; } in context()
743 const spv_const_context context_;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate.cpp380 const spv_const_context context, spv_const_validator_options options, in ValidateBinaryAndKeepValidationState()
399 spv_result_t spvValidate(const spv_const_context context, in spvValidate()
406 spv_result_t spvValidateBinary(const spv_const_context context, in spvValidateBinary()
431 spv_result_t spvValidateWithOptions(const spv_const_context context, in spvValidateWithOptions()
Dvalidation_state.h112 ValidationState_t(const spv_const_context context,
118 spv_const_context context() const { return context_; } in context()
743 const spv_const_context context_;
/third_party/spirv-tools/source/val/
Dvalidate.cpp398 const spv_const_context context, spv_const_validator_options options, in ValidateBinaryAndKeepValidationState()
417 spv_result_t spvValidate(const spv_const_context context, in spvValidate()
424 spv_result_t spvValidateBinary(const spv_const_context context, in spvValidateBinary()
449 spv_result_t spvValidateWithOptions(const spv_const_context context, in spvValidateWithOptions()
Dvalidation_state.h111 ValidationState_t(const spv_const_context context,
117 spv_const_context context() const { return context_; } in context()
788 const spv_const_context context_;
/third_party/flutter/skia/third_party/externals/spirv-tools/tools/cfg/
Dbin_to_dot.h23 spv_result_t BinaryToDot(const spv_const_context context, const uint32_t* words,
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/
Dbin_to_dot.h24 spv_result_t BinaryToDot(const spv_const_context context, const uint32_t* words,
/third_party/spirv-tools/tools/cfg/
Dbin_to_dot.h24 spv_result_t BinaryToDot(const spv_const_context context, const uint32_t* words,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/cfg/
Dbin_to_dot.h24 spv_result_t BinaryToDot(const spv_const_context context, const uint32_t* words,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.h67 FriendlyNameMapper(const spv_const_context context, const uint32_t* code,
Dassembly_grammar.h30 explicit AssemblyGrammar(const spv_const_context context) in AssemblyGrammar()
/third_party/spirv-tools/source/
Dname_mapper.h67 FriendlyNameMapper(const spv_const_context context, const uint32_t* code,
Dassembly_grammar.h30 explicit AssemblyGrammar(const spv_const_context context) in AssemblyGrammar()
/third_party/skia/third_party/externals/spirv-tools/source/
Dname_mapper.h67 FriendlyNameMapper(const spv_const_context context, const uint32_t* code,
Dassembly_grammar.h30 explicit AssemblyGrammar(const spv_const_context context) in AssemblyGrammar()

123