Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate.cpp156 const spv_context_t& context, const uint32_t* words, const size_t num_words, in ValidateBinaryUsingContextAndValidationState()
197 spv_context_t hijacked_context = context; in ValidateBinaryUsingContextAndValidationState()
383 spv_context_t hijack_context = *context; in ValidateBinaryAndKeepValidationState()
409 spv_context_t hijack_context = *context; in spvValidateBinary()
435 spv_context_t hijack_context = *context; in spvValidateWithOptions()
Dvalidation_state.cpp188 spv_context_t hijacked_context = *ctx;
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate.cpp156 const spv_context_t& context, const uint32_t* words, const size_t num_words, in ValidateBinaryUsingContextAndValidationState()
197 spv_context_t hijacked_context = context; in ValidateBinaryUsingContextAndValidationState()
383 spv_context_t hijack_context = *context; in ValidateBinaryAndKeepValidationState()
409 spv_context_t hijack_context = *context; in spvValidateBinary()
435 spv_context_t hijack_context = *context; in spvValidateWithOptions()
Dvalidation_state.cpp188 spv_context_t hijacked_context = *ctx;
/third_party/spirv-tools/source/val/
Dvalidate.cpp156 const spv_context_t& context, const uint32_t* words, const size_t num_words, in ValidateBinaryUsingContextAndValidationState()
197 spv_context_t hijacked_context = context; in ValidateBinaryUsingContextAndValidationState()
401 spv_context_t hijack_context = *context; in ValidateBinaryAndKeepValidationState()
427 spv_context_t hijack_context = *context; in spvValidateBinary()
453 spv_context_t hijack_context = *context; in spvValidateWithOptions()
Dvalidation_state.cpp201 spv_context_t hijacked_context = *ctx;
/third_party/spirv-tools/include/spirv-tools/
Dlibspirv.h434 typedef struct spv_context_t spv_context_t; typedef
451 typedef const spv_context_t* spv_const_context;
452 typedef spv_context_t* spv_context;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h434 typedef struct spv_context_t spv_context_t; typedef
451 typedef const spv_context_t* spv_const_context;
452 typedef spv_context_t* spv_context;
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dlibspirv.h434 typedef struct spv_context_t spv_context_t; typedef
451 typedef const spv_context_t* spv_const_context;
452 typedef spv_context_t* spv_context;
/third_party/skia/third_party/externals/spirv-tools/source/
Dtable.cpp57 return new spv_context_t{env, opcode_table, operand_table, ext_inst_table, in spvContextCreate()
Dtable.h109 struct spv_context_t { struct
Ddisassemble.cpp479 spv_context_t hijack_context = *context; in spvBinaryToText()
Dbinary.cpp814 spv_context_t hijack_context = *context; in spvBinaryParse()
Dtext.cpp820 spv_context_t hijack_context = *context; in spvTextToBinaryWithOptions()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtable.cpp57 return new spv_context_t{env, opcode_table, operand_table, ext_inst_table, in spvContextCreate()
Dtable.h109 struct spv_context_t { struct
Ddisassemble.cpp479 spv_context_t hijack_context = *context; in spvBinaryToText()
Dtext.cpp820 spv_context_t hijack_context = *context; in spvTextToBinaryWithOptions()
Dbinary.cpp814 spv_context_t hijack_context = *context; in spvBinaryParse()
/third_party/spirv-tools/source/
Dtable.cpp59 return new spv_context_t{env, opcode_table, operand_table, ext_inst_table, in spvContextCreate()
Dtable.h109 struct spv_context_t { struct
Ddisassemble.cpp537 spv_context_t hijack_context = *context; in spvBinaryToText()
Dtext.cpp829 spv_context_t hijack_context = *context; in spvTextToBinaryWithOptions()
Dbinary.cpp815 spv_context_t hijack_context = *context; in spvBinaryParse()
/third_party/spirv-tools/source/diff/
Ddiff.cpp2664 spv_context_t context{ in Output()