Searched refs:tgsi_sampler (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.h | 166 struct tgsi_sampler struct 182 void (*get_samples)(struct tgsi_sampler *sampler, 194 void (*get_dims)(struct tgsi_sampler *sampler, 197 void (*get_texel)(struct tgsi_sampler *sampler, 203 void (*query_lod)(const struct tgsi_sampler *tgsi_sampler, 308 struct tgsi_sampler *Sampler; 414 struct tgsi_sampler *sampler,
|
H A D | tgsi_exec.c | 1030 struct tgsi_sampler *sampler, in tgsi_exec_machine_bind_shader() 1900 fetch_texel( struct tgsi_sampler *sampler, in fetch_texel()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_private.h | 99 struct tgsi_sampler; 317 struct tgsi_sampler *sampler; 339 struct tgsi_sampler *sampler; 354 struct tgsi_sampler *sampler; 370 struct tgsi_sampler *sampler;
|
H A D | draw_context.h | 51 struct tgsi_sampler; 171 struct tgsi_sampler *sampler);
|
H A D | draw_context.c | 805 struct tgsi_sampler *sampler) in draw_texture_sampler()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state.h | 58 struct tgsi_sampler; 85 struct tgsi_sampler *sampler,
|
H A D | sp_compute.c | 43 struct tgsi_sampler *sampler, in cs_prepare() 211 (struct tgsi_sampler *)softpipe->tgsi.sampler[PIPE_SHADER_COMPUTE], in softpipe_launch_grid()
|
H A D | sp_context.c | 287 (struct tgsi_sampler *) in softpipe_create_context() 292 (struct tgsi_sampler *) in softpipe_create_context()
|
H A D | sp_tex_sample.h | 154 * Subclass of tgsi_sampler 158 struct tgsi_sampler base; /**< base class */
|
H A D | sp_fs_exec.c | 57 struct tgsi_sampler *sampler, in exec_prepare()
|
H A D | sp_tex_sample.c | 3650 sp_tgsi_sampler_cast_c(const struct tgsi_sampler *sampler) in sp_tgsi_sampler_cast_c() 3657 sp_tgsi_get_dims(struct tgsi_sampler *tgsi_sampler, in sp_tgsi_get_dims() argument 3662 sp_tgsi_sampler_cast_c(tgsi_sampler); in sp_tgsi_get_dims() 3700 sp_tgsi_get_samples(struct tgsi_sampler *tgsi_sampler, in sp_tgsi_get_samples() argument 3714 sp_tgsi_sampler_cast_c(tgsi_sampler); in sp_tgsi_get_samples() 3782 sp_tgsi_query_lod(const struct tgsi_sampler *tgsi_sampler, in sp_tgsi_query_lod() argument 3797 sp_tgsi_sampler_cast_c(tgsi_sampler); in sp_tgsi_query_lod() 3826 sp_tgsi_get_texel(struct tgsi_sampler *tgsi_sampler, const unsigned sview_index, const int i[TGSI_QUAD_SIZE], const int j[TGSI_QUAD_SIZE], const int k[TGSI_QUAD_SIZE], const int lod[TGSI_QUAD_SIZE], const int8_t offset[3], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_get_texel() argument [all...] |
H A D | sp_state_derived.c | 347 (struct tgsi_sampler *) softpipe-> in update_fragment_shader()
|
Completed in 24 milliseconds