Home
last modified time | relevance | path

Searched refs:DecodeExistingId (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_decoder.cpp164 return DecodeExistingId(mtf, id); in DecodeIdWithDescriptor()
167 spv_result_t MarkvDecoder::DecodeExistingId(uint64_t mtf, uint32_t* id) { in DecodeExistingId() function in spvtools::comp::MarkvDecoder
203 return DecodeExistingId(mtf, id); in DecodeRefId()
270 return DecodeExistingId(mtf, &inst_.type_id); in DecodeTypeId()
Dmarkv_decoder.h104 spv_result_t DecodeExistingId(uint64_t mtf, uint32_t* id);
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_decoder.cpp164 return DecodeExistingId(mtf, id); in DecodeIdWithDescriptor()
167 spv_result_t MarkvDecoder::DecodeExistingId(uint64_t mtf, uint32_t* id) { in DecodeExistingId() function in spvtools::comp::MarkvDecoder
203 return DecodeExistingId(mtf, id); in DecodeRefId()
270 return DecodeExistingId(mtf, &inst_.type_id); in DecodeTypeId()
Dmarkv_decoder.h104 spv_result_t DecodeExistingId(uint64_t mtf, uint32_t* id);