Searched refs:sampler_targets (Results 1 – 4 of 4) sorted by relevance
280 if (info->sampler_targets[index] == TGSI_TEXTURE_UNKNOWN) { in scan_src_operand()282 info->sampler_targets[index] = target; in scan_src_operand()287 assert(info->sampler_targets[index] == target); in scan_src_operand()804 if (info->sampler_targets[reg] == TGSI_TEXTURE_UNKNOWN) { in scan_declaration()806 info->sampler_targets[reg] = target; in scan_declaration()810 assert(info->sampler_targets[reg] == target); in scan_declaration()872 for (i = 0; i < ARRAY_SIZE(info->sampler_targets); i++) in tgsi_scan_shader()873 info->sampler_targets[i] = TGSI_TEXTURE_UNKNOWN; in tgsi_scan_shader()
70 ubyte sampler_targets[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_TEXTURE_x values */ member
503 unsigned sampler_targets[NINE_MAX_SAMPLERS]; /* TGSI_TEXTURE_x */ member2270 tx->sampler_targets[sem.reg.idx] = (tx->info->sampler_mask_shadow & m) ? in DECL_SPECIAL()2952 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets)); in DECL_SPECIAL()2953 target = tx->sampler_targets[tx->insn.src[1].idx]; in DECL_SPECIAL()3019 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets)); in DECL_SPECIAL()3020 target = tx->sampler_targets[tx->insn.src[1].idx]; in DECL_SPECIAL()3038 tx->insn.src[1].idx < ARRAY_SIZE(tx->sampler_targets)); in DECL_SPECIAL()3039 target = tx->sampler_targets[tx->insn.src[1].idx]; in DECL_SPECIAL()
1066 if (info.sampler_targets[i] == TGSI_TEXTURE_SHADOW1D || in r300_create_fs_state()1067 info.sampler_targets[i] == TGSI_TEXTURE_SHADOW2D) { in r300_create_fs_state()