Searched refs:DecodeExistingId (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_decoder.cpp | 164 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()
|
D | markv_decoder.h | 104 spv_result_t DecodeExistingId(uint64_t mtf, uint32_t* id);
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | markv_decoder.cpp | 164 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()
|
D | markv_decoder.h | 104 spv_result_t DecodeExistingId(uint64_t mtf, uint32_t* id);
|