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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
markv.h 67 spv_result_t spvSpirvToMarkv(spv_const_context context,
77 spv_result_t spvMarkvToSpirv(spv_const_context context,
libspirv.h 353 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,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.h 29 explicit AssemblyGrammar(const spv_const_context context)
name_mapper.h 66 FriendlyNameMapper(const spv_const_context context, const uint32_t* code,
validate.h 164 const spv_const_context context, spv_const_validator_options options,
validate.cpp 230 spv_result_t spvValidate(const spv_const_context context,
342 spv_result_t spvValidateBinary(const spv_const_context context,
364 spv_result_t spvValidateWithOptions(const spv_const_context context,
384 const spv_const_context context, spv_const_validator_options options,
binary.cpp 61 Parser(const spv_const_context context, void* user_data,
755 spv_result_t spvBinaryParse(const spv_const_context context, void* user_data
    [all...]
text.cpp 769 spv_result_t spvTextToBinary(const spv_const_context context,
779 const spv_const_context context, const char* input_text,
disassemble.cpp 353 spv_result_t spvBinaryToText(const spv_const_context context,
name_mapper.cpp 47 FriendlyNameMapper::FriendlyNameMapper(const spv_const_context context,
spirv_stats.cpp 51 StatsAggregator(SpirvStats* in_out_stats, const spv_const_context context) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
validation_state.h 73 ValidationState_t(const spv_const_context context,
77 spv_const_context context() const { return context_; }
336 const spv_const_context context_;
validation_state.cpp 132 ValidationState_t::ValidationState_t(const spv_const_context ctx,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/comp/
markv_codec.cpp 353 explicit MarkvCodecBase(spv_const_context context,
391 MarkvEncoder(spv_const_context context,
545 MarkvDecoder(spv_const_context context,
    [all...]

Completed in 268 milliseconds