Searched refs:is_msaa_sampler (Results 1 – 4 of 4) sorted by relevance
110 boolean is_msaa_sampler[PIPE_MAX_SAMPLERS]; member
212 assert((unsigned)src->Register.Index < Elements(info->is_msaa_sampler)); in tgsi_scan_shader()217 info->is_msaa_sampler[src->Register.Index] = TRUE; in tgsi_scan_shader()
135 boolean is_msaa_sampler[PIPE_MAX_SAMPLERS]; member
270 assert(index < ARRAY_SIZE(info->is_msaa_sampler)); in scan_src_operand()292 info->is_msaa_sampler[src->Register.Index] = TRUE; in scan_src_operand()