Home
last modified time | relevance | path

Searched refs:sampler_targets (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c238 if (info->sampler_targets[index] == TGSI_TEXTURE_UNKNOWN) { in scan_src_operand()
240 info->sampler_targets[index] = target; in scan_src_operand()
245 assert(info->sampler_targets[index] == target); in scan_src_operand()
615 if (info->sampler_targets[reg] == TGSI_TEXTURE_UNKNOWN) { in scan_declaration()
617 info->sampler_targets[reg] = target; in scan_declaration()
621 assert(info->sampler_targets[reg] == target); in scan_declaration()
684 for (i = 0; i < ARRAY_SIZE(info->sampler_targets); i++) in tgsi_scan_shader()
685 info->sampler_targets[i] = TGSI_TEXTURE_UNKNOWN; in tgsi_scan_shader()
Dtgsi_scan.h71 ubyte sampler_targets[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_TEXTURE_x values */ member
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c504 unsigned sampler_targets[NINE_MAX_SAMPLERS]; /* TGSI_TEXTURE_x */ member
2159 tx->sampler_targets[sem.reg.idx] = (tx->info->sampler_mask_shadow & m) ? in DECL_SPECIAL()
2781 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets)); in DECL_SPECIAL()
2782 target = tx->sampler_targets[tx->insn.src[1].idx]; in DECL_SPECIAL()
2845 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets)); in DECL_SPECIAL()
2846 target = tx->sampler_targets[tx->insn.src[1].idx]; in DECL_SPECIAL()
2861 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets)); in DECL_SPECIAL()
2862 target = tx->sampler_targets[tx->insn.src[1].idx]; in DECL_SPECIAL()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp421 int sampler_targets[PIPE_MAX_SAMPLERS]; /**< One of TGSI_TEXTURE_* */ member
4419 v->sampler_targets[idx] = in count_resources()
6366 ureg_DECL_sampler_view( ureg, i, program->sampler_targets[i], in st_translate_program()