Searched refs:tex_base (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_image.c38 mapping->tex_base = num_textures;
62 return mapping->ssbo_to_tex[ssbo] + mapping->tex_base;
86 return mapping->image_to_tex[image] + mapping->tex_base;
H A Dir3_compiler_nir.c1118 unsigned tex_base, samp_base, tex_idx, samp_idx; member in struct:tex_src_info
1142 info.tex_base = nir_intrinsic_desc_set(bindless_tex);
1152 info.base = info.tex_base;
1155 info.base = info.tex_base;
1163 info.base = info.tex_base;
1202 sam->cat5.tex_base = info.base;
2275 info.tex_base = nir_intrinsic_desc_set(bindless_tex);
2306 info.tex_base == info.samp_base)) {
2308 info.base = info.tex_base;
2311 info.base = info.tex_base;
[all...]
H A Dir3_print.c177 is_tex(instr) ? instr->cat5.tex_base : instr->cat6.base);
H A Dir3_shader.h445 uint8_t tex_base; member in struct:ir3_ibo_mapping
H A Dir3.h331 unsigned tex_base : 3; member in struct:ir3_instruction::__anon3fdcb7e6050a::__anon3fdcb7e60a08
374 unsigned tex_base : 3; member in struct:ir3_instruction::__anon3fdcb7e6050a::__anon3fdcb7e61008
H A Dir3_parser.y983 | '.' T_BASE { instr->flags |= IR3_INSTR_B; instr->cat5.tex_base = $2; }
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_image.c40 mapping->tex_base = num_textures;
62 return mapping->ssbo_to_tex[ssbo] + mapping->tex_base;
84 return mapping->image_to_tex[image] + mapping->tex_base;
H A Dir3_shader.h326 uint8_t tex_base; /* the number of real textures, ie. image/ssbo start here */ member in struct:ir3_ibo_mapping
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_accel.c249 unsigned int *tex_base; local in function:FFB_SubsequentCPUToScreenTexture
258 tex_base = (unsigned int *) pFfb->xaa_tex;
259 tex_base += srcx;
261 tex_base += (srcy * pFfb->xaa_tex_pitch);
264 unsigned int *tex = tex_base;
273 tex_base += pFfb->xaa_tex_pitch;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_image.c210 emit_image_tex(ring, m->image_to_tex[index] + m->tex_base, &img, shader);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_image.c228 emit_image_tex(ring, m->image_to_tex[index] + m->tex_base, &img, shader);
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Dnewmmio.h300 int32 tex_base;
574 #define SETT3_TEX_BASE(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.tex_base = (val)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c1981 uint tex_base = 0; local in function:assign_texture_units
1984 tex_base = c->specs->vertex_sampler_offset;
1989 c->file[TGSI_FILE_SAMPLER].reg[idx].native.id = tex_base + idx;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c2040 uint tex_base = 0; local in function:assign_texture_units
2043 tex_base = c->specs->vertex_sampler_offset;
2048 c->file[TGSI_FILE_SAMPLER].reg[idx].native.id = tex_base + idx;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c463 num_textures = v->image_mapping.tex_base;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c375 num_textures = v->image_mapping.tex_base;

Completed in 29 milliseconds