Home
last modified time | relevance | path

Searched refs:offset_index (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tg4_to_tex.c39 int offset_index = nir_tex_instr_src_index(tg4, nir_tex_src_offset); in ir3_nir_lower_tg4_to_tex_instr() local
42 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()
/external/libchrome/base/android/orderfile/
Dorderfile_instrumentation.cc141 size_t offset_index = offset / 4; in RecordAddress() local
145 std::atomic<uint32_t>* element = offsets + (offset_index / 32); in RecordAddress()
149 uint32_t mask = 1 << (offset_index % 32); in RecordAddress()
/external/openscreen/cast/streaming/
Dsender_session.cc90 void CreateStreamList(int offset_index, in CreateStreamList() argument
95 out->emplace_back(CreateStream(i + offset_index, configs[i])); in CreateStreamList()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c136 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_offset() local
137 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()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c265 nir_ssa_def *base_index, nir_ssa_def *offset_index) in vtn_resource_reindex() argument
273 instr->src[1] = nir_src_for_ssa(offset_index); in vtn_resource_reindex()