Searched refs:has_offset (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard.h438 unsigned has_offset : 1; member in struct:__anon43e15d221808
H A Ddisassemble.c994 if (texture->has_offset)
1017 if (texture->has_offset) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c1080 const bool has_offset = local in function:nir_lower_tex_block
1101 (options->lower_txd_offset_clamp && has_offset && has_min_lod) ||
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c1388 const bool has_offset = local in function:nir_lower_tex_block
1410 (options->lower_txd_offset_clamp && has_offset && has_min_lod) ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c1364 bool has_offset = inst->Texture.NumOffsets > 0; local in function:build_tex_intrinsic
1397 if (has_offset &&
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c2989 bool has_offset = nir_tex_instr_src_index(tex, nir_tex_src_offset) >= 0; local in function:nir_to_tgsi_lower_txp
2998 if (tex->op != nir_texop_tex || has_lod || has_offset || (tex->coord_components >= 3 && has_compare))
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp9224 has_offset = false, has_ddx = false, has_ddy = false, has_derivs = false, local in function:aco::__anon562fcc110110::visit_tex
9273 has_offset = true;
9301 if (has_offset && instr->op != nir_texop_txf) {
9361 has_offset = false;
9408 if (has_offset && instr->op == nir_texop_txf) {
9413 has_offset = false;
9596 if (has_offset) {
9663 if (has_offset) { /* image_sample_*_o */
9738 if (has_offset) { /* image_gather4_*_o */

Completed in 31 milliseconds