HomeSort by relevance Sort by last modified time
    Searched defs:offset_index (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir_lower_tg4_to_tex.c 51 int offset_index = nir_tex_instr_src_index(tg4, nir_tex_src_offset); local
54 if (offset_index < 0 && i < 3)
78 if (offset_index < 0) {
82 assert(nir_tex_instr_src_size(tex, offset_index) == 2);
84 b, tex->src[offset_index].src, 2);
85 tex->src[offset_index].src =
  /external/libchrome/base/android/orderfile/
orderfile_instrumentation.cc 141 size_t offset_index = offset / 4; local
145 std::atomic<uint32_t>* element = offsets + (offset_index / 32);
149 uint32_t mask = 1 << (offset_index % 32);
  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 137 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); local
138 if (offset_index < 0)
144 assert(tex->src[offset_index].src.is_ssa);
146 nir_ssa_def *offset = tex->src[offset_index].src.ssa;
185 nir_tex_instr_remove_src(tex, offset_index);
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 162 nir_ssa_def *offset_index)
168 instr->src[1] = nir_src_for_ssa(offset_index);
240 nir_ssa_def *offset_index = local
244 block_index = vtn_resource_reindex(b, block_index, offset_index);
    [all...]

Completed in 787 milliseconds