OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tex_base
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xf86-video-sunffb/dist/src/
ffb_accel.c
249
unsigned int *
tex_base
;
local
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/dist/src/freedreno/ir3/
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
...]
ir3_shader.h
445
uint8_t
tex_base
;
member in struct:ir3_ibo_mapping
ir3.h
331
unsigned
tex_base
: 3;
member in struct:ir3_instruction::__anon955::__anon960
374
unsigned
tex_base
: 3;
member in struct:ir3_instruction::__anon955::__anon966
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler_tgsi.c
2040
uint
tex_base
= 0;
local
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/freedreno/ir3/
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/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler.c
1981
uint
tex_base
= 0;
local
1984
tex_base
= c->specs->vertex_sampler_offset;
1989
c->file[TGSI_FILE_SAMPLER].reg[idx].native.id =
tex_base
+ idx;
Completed in 21 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026