Searched refs:sampler_targets (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c280 if (info->sampler_targets[index] == TGSI_TEXTURE_UNKNOWN) {
282 info->sampler_targets[index] = target;
287 assert(info->sampler_targets[index] == target);
781 if (info->sampler_targets[reg] == TGSI_TEXTURE_UNKNOWN) {
783 info->sampler_targets[reg] = target;
787 assert(info->sampler_targets[reg] == target);
850 for (i = 0; i < ARRAY_SIZE(info->sampler_targets); i++)
851 info->sampler_targets[i] = TGSI_TEXTURE_UNKNOWN;
H A Dtgsi_scan.h71 ubyte sampler_targets[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_TEXTURE_x values */ member in struct:tgsi_shader_info
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c280 if (info->sampler_targets[index] == TGSI_TEXTURE_UNKNOWN) {
282 info->sampler_targets[index] = target;
287 assert(info->sampler_targets[index] == target);
802 if (info->sampler_targets[reg] == TGSI_TEXTURE_UNKNOWN) {
804 info->sampler_targets[reg] = target;
808 assert(info->sampler_targets[reg] == target);
870 for (i = 0; i < ARRAY_SIZE(info->sampler_targets); i++)
871 info->sampler_targets[i] = TGSI_TEXTURE_UNKNOWN;
H A Dtgsi_scan.h70 ubyte sampler_targets[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_TEXTURE_x values */ member in struct:tgsi_shader_info
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c502 unsigned sampler_targets[NINE_MAX_SAMPLERS]; /* TGSI_TEXTURE_x */ member in struct:shader_translator
2243 tx->sampler_targets[sem.reg.idx] = (tx->info->sampler_mask_shadow & m) ?
2926 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets));
2927 target = tx->sampler_targets[tx->insn.src[1].idx];
2990 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets));
2991 target = tx->sampler_targets[tx->insn.src[1].idx];
3006 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets));
3007 target = tx->sampler_targets[tx->insn.src[1].idx];
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c503 unsigned sampler_targets[NINE_MAX_SAMPLERS]; /* TGSI_TEXTURE_x */ member in struct:shader_translator
2270 tx->sampler_targets[sem.reg.idx] = (tx->info->sampler_mask_shadow & m) ?
2952 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets));
2953 target = tx->sampler_targets[tx->insn.src[1].idx];
3019 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets));
3020 target = tx->sampler_targets[tx->insn.src[1].idx];
3038 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets));
3039 target = tx->sampler_targets[tx->insn.src[1].idx];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp234 enum tgsi_texture_type sampler_targets[PIPE_MAX_SAMPLERS]; member in struct:glsl_to_tgsi_visitor
4741 v->sampler_targets[idx] =
6993 ureg_DECL_sampler_view(ureg, i, program->sampler_targets[i],
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp232 enum tgsi_texture_type sampler_targets[PIPE_MAX_SAMPLERS]; member in struct:glsl_to_tgsi_visitor
4882 v->sampler_targets[idx] =
7026 ureg_DECL_sampler_view(ureg, i, program->sampler_targets[i],

Completed in 36 milliseconds