Searched refs:offset_index (Results 1 – 5 of 5) sorted by relevance
39 int offset_index = nir_tex_instr_src_index(tg4, nir_tex_src_offset); in ir3_nir_lower_tg4_to_tex_instr() local42 if (offset_index < 0 && i < 3) in ir3_nir_lower_tg4_to_tex_instr()64 if (offset_index < 0) { in ir3_nir_lower_tg4_to_tex_instr()68 assert(nir_tex_instr_src_size(tex, offset_index) == 2); in ir3_nir_lower_tg4_to_tex_instr()70 b, tex->src[offset_index].src, 2); in ir3_nir_lower_tg4_to_tex_instr()71 tex->src[offset_index].src = in ir3_nir_lower_tg4_to_tex_instr()
141 size_t offset_index = offset / 4; in RecordAddress() local145 std::atomic<uint32_t>* element = offsets + (offset_index / 32); in RecordAddress()149 uint32_t mask = 1 << (offset_index % 32); in RecordAddress()
90 void CreateStreamList(int offset_index, in CreateStreamList() argument95 out->emplace_back(CreateStream(i + offset_index, configs[i])); in CreateStreamList()
136 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_offset() local137 if (offset_index < 0) in lower_offset()143 assert(tex->src[offset_index].src.is_ssa); in lower_offset()145 nir_ssa_def *offset = tex->src[offset_index].src.ssa; in lower_offset()184 nir_tex_instr_remove_src(tex, offset_index); in lower_offset()
265 nir_ssa_def *base_index, nir_ssa_def *offset_index) in vtn_resource_reindex() argument273 instr->src[1] = nir_src_for_ssa(offset_index); in vtn_resource_reindex()