HomeSort by relevance Sort by last modified time
    Searched refs:num_textures (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/mesa3d/src/compiler/
shader_info.h 58 unsigned num_textures; member in struct:shader_info
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv40_verttex.c 86 for (; i < nv30->vertprog.num_textures; i++) {
92 nv30->vertprog.num_textures = nr;
nv30_context.h 82 unsigned num_textures; member in struct:nv30_context::__anon33428
95 unsigned num_textures; member in struct:nv30_context::__anon33429
nv30_context.c 128 for (i = 0; i < nv30->fragprog.num_textures; ++i) {
137 for (i = 0; i < nv30->vertprog.num_textures; ++i) {
nv30_fragtex.c 187 for (; i < nv30->fragprog.num_textures; i++) {
193 nv30->fragprog.num_textures = nr;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 117 unsigned num_textures = 0; local
159 num_textures = unit + 1;
209 num_textures = MAX2(num_textures, extra + 1);
214 num_textures,
216 *out_num_textures = num_textures;
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_texture.c 84 tex->num_textures = util_last_bit(tex->valid_textures);
145 if (i < tex->num_textures && tex->textures[i]) {
freedreno_context.h 50 unsigned num_textures; member in struct:fd_texture_stateobj
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_tex.c 247 assert(nv50->num_textures[s] <= PIPE_MAX_SAMPLERS);
248 for (i = 0; i < nv50->num_textures[s]; ++i) {
306 for (; i < nv50->state.num_textures[s]; ++i) {
310 if (nv50->num_textures[s]) {
313 BEGIN_NI04(push, NV50_3D(CB_DATA(0)), nv50->num_textures[s] * 2);
314 for (i = 0; i < nv50->num_textures[s]; i++) {
328 nv50->state.num_textures[s] = nv50->num_textures[s];
nv50_context.c 146 assert(nv50->num_textures[s] <= PIPE_MAX_SAMPLERS);
147 for (i = 0; i < nv50->num_textures[s]; ++i)
236 assert(nv50->num_textures[s] <= PIPE_MAX_SAMPLERS);
237 for (i = 0; i < nv50->num_textures[s]; ++i) {
nv50_screen.h 52 uint8_t num_textures[3]; member in struct:nv50_graph_state
nv50_context.h 155 unsigned num_textures[3]; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/svga/
svga_shader.h 92 unsigned num_textures:8; member in struct:svga_compile_key
242 (const char *) &a->tex[a->num_textures] - (const char *) a;
svga_shader.c 201 key->num_textures = MAX2(svga->curr.num_sampler_views[shader],
204 for (i = 0; i < key->num_textures; i++) {
  /external/mesa3d/src/compiler/nir/
nir_gather_info.c 338 shader->info.num_textures = 0;
351 shader->info.num_textures += count;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program.c 763 int num_textures = util_last_bit(prog->SamplersUsed); local
766 next_binding_table_offset += num_textures;
798 next_binding_table_offset += num_textures;
819 next_binding_table_offset += num_textures;
822 next_binding_table_offset += num_textures;
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_emit.c 178 if ((i >= tex->num_textures) || !tex->textures[i])
324 if (tex->num_textures > 0) {
325 unsigned num_textures = tex->num_textures; local
328 OUT_PKT7(ring, CP_LOAD_STATE4, 3 + (12 * num_textures));
332 CP_LOAD_STATE4_0_NUM_UNIT(num_textures));
336 for (i = 0; i < tex->num_textures; i++) {
770 OUT_RING(ring, ctx->tex[PIPE_SHADER_VERTEX].num_textures);
780 ~0 : ctx->tex[PIPE_SHADER_FRAGMENT].num_textures);
827 ~0 : ctx->tex[PIPE_SHADER_COMPUTE].num_textures);
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_texture.c 166 if (nr != ctx->tex[PIPE_SHADER_FRAGMENT].num_textures)
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.h 51 uint8_t num_textures[6]; member in struct:nvc0_graph_state
nvc0_tex.c 489 for (i = 0; i < nvc0->num_textures[s]; ++i) {
532 for (; i < nvc0->state.num_textures[s]; ++i)
535 nvc0->state.num_textures[s] = nvc0->num_textures[s];
556 for (i = 0; i < nvc0->num_textures[s]; ++i) {
590 for (; i < nvc0->state.num_textures[s]; ++i) {
595 nvc0->state.num_textures[s] = nvc0->num_textures[s];
618 for (int i = 0; i < nvc0->num_textures[5]; i++)
825 for (int i = 0; i < nvc0->num_textures[s]; i++
    [all...]
nvc0_surface.c 798 unsigned num_textures[5]; member in struct:nvc0_blitctx::__anon33456
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c 170 if (tex->num_textures > 0) {
171 unsigned num_textures = tex->num_textures + v->astc_srgb.count; local
174 OUT_PKT3(ring, CP_LOAD_STATE4, 2 + (8 * num_textures));
178 CP_LOAD_STATE4_0_NUM_UNIT(num_textures));
181 for (i = 0; i < tex->num_textures; i++) {
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 174 if (tex->num_textures > 0) {
176 OUT_PKT3(ring, CP_LOAD_STATE, 2 + (4 * tex->num_textures));
180 CP_LOAD_STATE_0_NUM_UNIT(tex->num_textures));
183 for (i = 0; i < tex->num_textures; i++) {
196 OUT_PKT3(ring, CP_LOAD_STATE, 2 + (BASETABLE_SZ * tex->num_textures));
200 CP_LOAD_STATE_0_NUM_UNIT(BASETABLE_SZ * tex->num_textures));
203 for (i = 0; i < tex->num_textures; i++) {
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 103 unsigned num_textures; member in struct:vc4_texture_stateobj
  /external/mesa3d/src/gallium/drivers/vc5/
vc5_blit.c 189 vc5->fragtex.num_textures, vc5->fragtex.textures);

Completed in 617 milliseconds

1 2 3