Searched refs:sampler_targets (Results 1 – 4 of 4) sorted by relevance
238 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()
71 ubyte sampler_targets[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_TEXTURE_x values */ member
504 unsigned sampler_targets[NINE_MAX_SAMPLERS]; /* TGSI_TEXTURE_x */ member2159 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()
421 int sampler_targets[PIPE_MAX_SAMPLERS]; /**< One of TGSI_TEXTURE_* */ member4419 v->sampler_targets[idx] = in count_resources()6366 ureg_DECL_sampler_view( ureg, i, program->sampler_targets[i], in st_translate_program()