Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_decoder.h100 spv_result_t DecodeIdWithDescriptor(uint32_t* id);
Dmarkv_decoder.cpp130 spv_result_t MarkvDecoder::DecodeIdWithDescriptor(uint32_t* id) { in DecodeIdWithDescriptor() function in spvtools::comp::MarkvDecoder
190 const spv_result_t result = DecodeIdWithDescriptor(id); in DecodeRefId()
253 const spv_result_t result = DecodeIdWithDescriptor(&inst_.type_id); in DecodeTypeId()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_decoder.h100 spv_result_t DecodeIdWithDescriptor(uint32_t* id);
Dmarkv_decoder.cpp130 spv_result_t MarkvDecoder::DecodeIdWithDescriptor(uint32_t* id) { in DecodeIdWithDescriptor() function in spvtools::comp::MarkvDecoder
190 const spv_result_t result = DecodeIdWithDescriptor(id); in DecodeRefId()
253 const spv_result_t result = DecodeIdWithDescriptor(&inst_.type_id); in DecodeTypeId()