Searched refs:dref_id (Results 1 – 3 of 3) sorted by relevance
233 uint32_t dref_id = inst->GetSingleWordInOperand(kImageSampleDrefIdInIdx); in ProcessImageRef() local234 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()