Searched defs:sview_index (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c3544 const unsigned sview_index,
3550 assert(sview_index < PIPE_MAX_SHADER_SAMPLER_VIEWS);
3552 if (!sp_samp->sp_sview[sview_index].base.texture) {
3556 sp_get_dims(&sp_samp->sp_sview[sview_index], level, dims);
3562 const unsigned sview_index,
3580 assert(sview_index < PIPE_MAX_SHADER_SAMPLER_VIEWS);
3584 sp_sview = &sp_tgsi_samp->sp_sview[sview_index];
3620 const unsigned sview_index,
3639 assert(sview_index < PIPE_MAX_SHADER_SAMPLER_VIEWS);
3643 sp_sview = &sp_tgsi_samp->sp_sview[sview_index];
3543 sp_tgsi_get_dims(struct tgsi_sampler *tgsi_sampler, const unsigned sview_index, int level, int dims[4]) argument
3561 sp_tgsi_get_samples(struct tgsi_sampler *tgsi_sampler, const unsigned sview_index, const unsigned sampler_index, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], const float lod[TGSI_QUAD_SIZE], float derivs[3][2][TGSI_QUAD_SIZE], const int8_t offset[3], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
3619 sp_tgsi_query_lod(const struct tgsi_sampler *tgsi_sampler, const unsigned sview_index, const unsigned sampler_index, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], const enum tgsi_sampler_control control, float mipmap[TGSI_QUAD_SIZE], float lod[TGSI_QUAD_SIZE]) argument
3674 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]) argument
[all...]

Completed in 80 milliseconds