Searched refs:array_is_lowered_cube (Results 1 – 6 of 6) sorted by relevance
23 if (unlikely(tex->array_is_lowered_cube)) { in lower_coord_shift_normalized()47 if (unlikely(tex->array_is_lowered_cube)) { in lower_coord_shift_unnormalized()276 tex->array_is_lowered_cube = true; in r600_nir_lower_cube_to_2darray_impl()
774 if (instr.is_array && !instr.array_is_lowered_cube) in Inputs()
1373 unsigned array_is_lowered_cube : 1; member1412 .u.array_is_lowered_cube = tex->array_is_lowered_cube, in write_tex()1451 tex->array_is_lowered_cube = packed.u.array_is_lowered_cube; in read_tex()
362 ntex->array_is_lowered_cube = tex->array_is_lowered_cube; in clone_tex()
3396 if (instr->is_array && !instr->array_is_lowered_cube) in nir_tex_instr_src_size()
2454 unsigned array_is_lowered_cube : 1; member