HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_MAX_SAMPLERS (Results 51 - 71 of 71) sorted by null

1 23

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.c 991 debug_assert(num <= PIPE_MAX_SAMPLERS);
997 for (i = num; i < PIPE_MAX_SAMPLERS; ++i)
draw_llvm.c 236 PIPE_MAX_SAMPLERS); /* samplers */
288 PIPE_MAX_SAMPLERS); /* samplers */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 271 assert(index < PIPE_MAX_SAMPLERS);
746 STATIC_ASSERT(sizeof(info->samplers_declared) * 8 >= PIPE_MAX_SAMPLERS);
    [all...]
tgsi_ureg.c 157 struct ureg_src sampler[PIPE_MAX_SAMPLERS];
720 if (i < PIPE_MAX_SAMPLERS) {
    [all...]
tgsi_lowering.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 225 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
242 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS];
st_tgsi_lower_yuv.c 48 unsigned char sampler_map[PIPE_MAX_SAMPLERS][2];
st_cb_drawpixels.c 666 const struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
691 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS];
    [all...]
st_atifs_to_tgsi.c 46 struct ureg_src samplers[PIPE_MAX_SAMPLERS];
st_mesa_to_tgsi.c 65 struct ureg_src samplers[PIPE_MAX_SAMPLERS];
    [all...]
st_glsl_to_tgsi.cpp 191 glsl_base_type sampler_types[PIPE_MAX_SAMPLERS];
192 enum tgsi_texture_type sampler_targets[PIPE_MAX_SAMPLERS];
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_draw.c 254 for (i = 0; i < PIPE_MAX_SAMPLERS; i++)
258 for (i = 0; i < PIPE_MAX_SAMPLERS; i++)
713 for (j = 0; j < PIPE_MAX_SAMPLERS; j++)
740 for (j = 0; j < PIPE_MAX_SAMPLERS; j++)
799 for (j = 0; j < PIPE_MAX_SAMPLERS; j++) {
    [all...]
dd_context.c 228 void *samp[PIPE_MAX_SAMPLERS];
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 944 assert(num <= PIPE_MAX_SAMPLERS);
946 for (i = 0; i < PIPE_MAX_SAMPLERS; i++) {
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 137 boolean sampler_view[PIPE_MAX_SAMPLERS]; /**< True if sampler view exists*/
138 ubyte sampler_target[PIPE_MAX_SAMPLERS]; /**< TGSI_TEXTURE_x */
139 ubyte sampler_return_type[PIPE_MAX_SAMPLERS]; /**< TGSI_RETURN_TYPE_x */
217 unsigned texcoord_scale_index[PIPE_MAX_SAMPLERS];
220 unsigned texture_buffer_size_index[PIPE_MAX_SAMPLERS];
    [all...]
svga_draw.c 355 struct svga_winsys_surface *surfaces[PIPE_MAX_SAMPLERS];
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 143 struct ureg_src sampler[PIPE_MAX_SAMPLERS];
604 if (i < PIPE_MAX_SAMPLERS) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.c 361 return MIN2(16, PIPE_MAX_SAMPLERS);
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_emit.c 151 #define FD5_BORDER_COLOR_UPLOAD_SIZE (2 * PIPE_MAX_SAMPLERS * FD5_BORDER_COLOR_SIZE)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c     [all...]
  /external/virglrenderer/src/
vrend_renderer.c 475 struct vrend_sampler_state *sampler_state[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
    [all...]

Completed in 1198 milliseconds

1 23