| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_image.c | 38 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 D | ir3_compiler_nir.c | 1118 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 D | ir3_print.c | 177 is_tex(instr) ? instr->cat5.tex_base : instr->cat6.base);
|
| H A D | ir3_shader.h | 445 uint8_t tex_base; member in struct:ir3_ibo_mapping
|
| H A D | ir3.h | 331 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 D | ir3_parser.y | 983 | '.' T_BASE { instr->flags |= IR3_INSTR_B; instr->cat5.tex_base = $2; }
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_image.c | 40 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 D | ir3_shader.h | 326 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 D | ffb_accel.c | 249 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 D | fd5_image.c | 210 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 D | fd5_image.c | 228 emit_image_tex(ring, m->image_to_tex[index] + m->tex_base, &img, shader);
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | newmmio.h | 300 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 D | etnaviv_compiler.c | 1981 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 D | etnaviv_compiler_tgsi.c | 2040 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 D | fd6_emit.c | 463 num_textures = v->image_mapping.tex_base;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 375 num_textures = v->image_mapping.tex_base;
|