Searched refs:PIPE_MAX_SHADER_SAMPLER_VIEWS (Results 1 - 25 of 95) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.h51 struct rbug_sampler_view *views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
52 struct rbug_resource *texs[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.h51 struct rbug_sampler_view *views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
52 struct rbug_resource *texs[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_context.h106 swr_jit_texture texturesVS[PIPE_MAX_SHADER_SAMPLER_VIEWS];
108 swr_jit_texture texturesFS[PIPE_MAX_SHADER_SAMPLER_VIEWS];
110 swr_jit_texture texturesGS[PIPE_MAX_SHADER_SAMPLER_VIEWS];
112 swr_jit_texture texturesTCS[PIPE_MAX_SHADER_SAMPLER_VIEWS];
114 swr_jit_texture texturesTES[PIPE_MAX_SHADER_SAMPLER_VIEWS];
162 sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dswr_tex_sample.cpp114 assert(texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
308 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS);
332 assert(params->texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_context.h85 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
91 struct pipe_resource *mapped_vs_tex[PIPE_MAX_SHADER_SAMPLER_VIEWS];
92 struct pipe_resource *mapped_gs_tex[PIPE_MAX_SHADER_SAMPLER_VIEWS];
206 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dsp_tex_sample.h157 struct sp_sampler_view sp_sview[PIPE_MAX_SHADER_SAMPLER_VIEWS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.h114 dxil_wrap_sampler_state tex_wrap_states[PIPE_MAX_SHADER_SAMPLER_VIEWS];
115 dxil_texture_swizzle_state swizzle_state[PIPE_MAX_SHADER_SAMPLER_VIEWS];
116 enum compare_func sampler_compare_funcs[PIPE_MAX_SHADER_SAMPLER_VIEWS];
141 } srv_bindings[PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dd3d12_context.h177 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
183 dxil_wrap_sampler_state tex_wrap_states[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
184 dxil_texture_swizzle_state tex_swizzle_state[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
185 enum compare_func tex_compare_func[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_context.h85 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
91 struct pipe_resource *mapped_vs_tex[PIPE_MAX_SHADER_SAMPLER_VIEWS];
92 struct pipe_resource *mapped_gs_tex[PIPE_MAX_SHADER_SAMPLER_VIEWS];
206 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.h49 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct lp_sampler_static_state) + \
132 struct pipe_resource *current_tex[PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dlp_context.h86 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_context.h93 swr_jit_texture texturesVS[PIPE_MAX_SHADER_SAMPLER_VIEWS];
95 swr_jit_texture texturesFS[PIPE_MAX_SHADER_SAMPLER_VIEWS];
97 swr_jit_texture texturesGS[PIPE_MAX_SHADER_SAMPLER_VIEWS];
138 sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dswr_shader.h63 struct swr_sampler_static_state sampler[PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dswr_tex_sample.cpp113 assert(texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
292 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS);
316 assert(params->texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_limits.h127 return PIPE_MAX_SHADER_SAMPLER_VIEWS;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_limits.h147 return PIPE_MAX_SHADER_SAMPLER_VIEWS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.h84 struct lp_sampler_static_state state[PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dlp_context.h80 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dlp_tex_sample.c104 assert(texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
260 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS);
283 assert(params->texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
H A Dlp_setup_context.h135 struct pipe_resource *current_tex[PIPE_MAX_SHADER_SAMPLER_VIEWS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h71 ubyte sampler_targets[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_TEXTURE_x values */
72 ubyte sampler_type[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_RETURN_TYPE_x */
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h167 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
271 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
352 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
406 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
558 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct draw_sampler_static_state) + \
565 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct draw_sampler_static_state))
570 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct draw_sampler_static_state))
575 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct draw_sampler_static_state))
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h70 ubyte sampler_targets[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_TEXTURE_x values */
71 ubyte sampler_type[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_RETURN_TYPE_x */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h129 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
210 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
325 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct draw_sampler_static_state) + \
330 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct draw_sampler_static_state))
H A Ddraw_llvm_sample.c98 debug_assert(texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
238 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS);
258 assert(params->texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);

Completed in 16 milliseconds

1234