Home
last modified time | relevance | path

Searched refs:dref_id (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp233 uint32_t dref_id = inst->GetSingleWordInOperand(kImageSampleDrefIdInIdx); in ProcessImageRef() local
234 if (converted_ids_.count(dref_id) > 0) { in ProcessImageRef()
235 GenConvert(&dref_id, 32, inst); in ProcessImageRef()
236 inst->SetInOperand(kImageSampleDrefIdInIdx, {dref_id}); in ProcessImageRef()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp233 uint32_t dref_id = inst->GetSingleWordInOperand(kImageSampleDrefIdInIdx); in ProcessImageRef() local
234 if (converted_ids_.count(dref_id) > 0) { in ProcessImageRef()
235 GenConvert(&dref_id, 32, inst); in ProcessImageRef()
236 inst->SetInOperand(kImageSampleDrefIdInIdx, {dref_id}); in ProcessImageRef()
/external/angle/third_party/spirv-tools/src/source/opt/
Dconvert_to_half_pass.cpp233 uint32_t dref_id = inst->GetSingleWordInOperand(kImageSampleDrefIdInIdx); in ProcessImageRef() local
234 if (converted_ids_.count(dref_id) > 0) { in ProcessImageRef()
235 GenConvert(&dref_id, 32, inst); in ProcessImageRef()
236 inst->SetInOperand(kImageSampleDrefIdInIdx, {dref_id}); in ProcessImageRef()