| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 2099 unsigned sample_key = sampler_op << LP_SAMPLER_OP_TYPE_SHIFT; local in function:emit_tex 2190 sample_key |= LP_SAMPLER_LOD_BIAS << LP_SAMPLER_LOD_CONTROL_SHIFT; 2193 sample_key |= LP_SAMPLER_LOD_EXPLICIT << LP_SAMPLER_LOD_CONTROL_SHIFT; 2225 sample_key |= LP_SAMPLER_SHADOW; 2238 sample_key |= LP_SAMPLER_LOD_DERIVATIVES << LP_SAMPLER_LOD_CONTROL_SHIFT; 2260 sample_key |= lod_property << LP_SAMPLER_LOD_PROPERTY_SHIFT; 2265 sample_key |= LP_SAMPLER_OFFSETS; 2272 params.sample_key = sample_key; 2306 unsigned sample_key local in function:emit_sample 2484 unsigned sample_key = LP_SAMPLER_OP_FETCH << LP_SAMPLER_OP_TYPE_SHIFT; local in function:emit_fetch_texels [all...] |
| H A D | lp_bld_sample_soa.c | 2732 * \param sample_key 2741 unsigned sample_key, 2773 lod_property = (sample_key & LP_SAMPLER_LOD_PROPERTY_MASK) >> 2775 lod_control = (sample_key & LP_SAMPLER_LOD_CONTROL_MASK) >> 2777 op_type = (sample_key & LP_SAMPLER_OP_TYPE_MASK) >> 3415 unsigned sample_key) 3432 lod_control = (sample_key & LP_SAMPLER_LOD_CONTROL_MASK) >> 3461 if (sample_key & LP_SAMPLER_SHADOW) { 3464 if (sample_key & LP_SAMPLER_OFFSETS) { 3497 sample_key, 2736 lp_build_sample_soa_code(struct gallivm_state * gallivm,const struct lp_static_texture_state * static_texture_state,const struct lp_static_sampler_state * static_sampler_state,struct lp_sampler_dynamic_state * dynamic_state,struct lp_type type,unsigned sample_key,unsigned texture_index,unsigned sampler_index,LLVMValueRef context_ptr,LLVMValueRef thread_data_ptr,const LLVMValueRef * coords,const LLVMValueRef * offsets,const struct lp_derivatives * derivs,LLVMValueRef lod,LLVMValueRef texel_out[4]) argument 3406 lp_build_sample_gen_func(struct gallivm_state * gallivm,const struct lp_static_texture_state * static_texture_state,const struct lp_static_sampler_state * static_sampler_state,struct lp_sampler_dynamic_state * dynamic_state,struct lp_type type,unsigned texture_index,unsigned sampler_index,LLVMValueRef function,unsigned num_args,unsigned sample_key) argument 3540 unsigned sample_key = params->sample_key; local in function:lp_build_sample_soa_func [all...] |
| H A D | lp_bld_sample.h | 104 unsigned sample_key; member in struct:lp_sampler_params
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 3258 * \param sample_key 3267 unsigned sample_key, 3301 lod_property = (sample_key & LP_SAMPLER_LOD_PROPERTY_MASK) >> 3303 lod_control = (sample_key & LP_SAMPLER_LOD_CONTROL_MASK) >> 3305 op_type = (sample_key & LP_SAMPLER_OP_TYPE_MASK) >> 3307 fetch_ms = !!(sample_key & LP_SAMPLER_FETCH_MS); 3490 bld.gather_comp = (sample_key & LP_SAMPLER_GATHER_COMP_MASK) >> LP_SAMPLER_GATHER_COMP_SHIFT; 3936 unsigned sample_key, 3957 lod_control = (sample_key & LP_SAMPLER_LOD_CONTROL_MASK) >> 3960 op_type = (sample_key 3262 lp_build_sample_soa_code(struct gallivm_state * gallivm,const struct lp_static_texture_state * static_texture_state,const struct lp_static_sampler_state * static_sampler_state,struct lp_sampler_dynamic_state * dynamic_state,struct lp_type type,unsigned sample_key,unsigned texture_index,unsigned sampler_index,LLVMValueRef context_ptr,LLVMValueRef thread_data_ptr,const LLVMValueRef * coords,const LLVMValueRef * offsets,const struct lp_derivatives * derivs,LLVMValueRef lod,LLVMValueRef ms_index,LLVMValueRef aniso_filter_table,LLVMValueRef texel_out[4]) argument 3927 lp_build_sample_gen_func(struct gallivm_state * gallivm,const struct lp_static_texture_state * static_texture_state,const struct lp_static_sampler_state * static_sampler_state,struct lp_sampler_dynamic_state * dynamic_state,struct lp_type type,unsigned texture_index,unsigned sampler_index,LLVMValueRef function,unsigned num_args,unsigned sample_key,bool has_aniso_filter_table) argument 4078 unsigned sample_key = params->sample_key; local in function:lp_build_sample_soa_func [all...] |
| H A D | lp_bld_tgsi_soa.c | 2079 unsigned sample_key = sampler_op << LP_SAMPLER_OP_TYPE_SHIFT; local in function:emit_tex 2172 sample_key |= LP_SAMPLER_LOD_BIAS << LP_SAMPLER_LOD_CONTROL_SHIFT; 2175 sample_key |= LP_SAMPLER_LOD_EXPLICIT << LP_SAMPLER_LOD_CONTROL_SHIFT; 2182 sample_key |= (comp_val << LP_SAMPLER_GATHER_COMP_SHIFT); 2211 sample_key |= LP_SAMPLER_SHADOW; 2224 sample_key |= LP_SAMPLER_LOD_DERIVATIVES << LP_SAMPLER_LOD_CONTROL_SHIFT; 2246 sample_key |= lod_property << LP_SAMPLER_LOD_PROPERTY_SHIFT; 2251 sample_key |= LP_SAMPLER_OFFSETS; 2258 params.sample_key = sample_key; 2292 unsigned sample_key = sample_type << LP_SAMPLER_OP_TYPE_SHIFT; local in function:emit_sample 2471 unsigned sample_key = LP_SAMPLER_OP_FETCH << LP_SAMPLER_OP_TYPE_SHIFT; local in function:emit_fetch_texels [all...] |
| H A D | lp_bld_nir.c | 1997 unsigned sample_key = 0; local in function:visit_tex 2013 sample_key |= LP_SAMPLER_OP_FETCH << LP_SAMPLER_OP_TYPE_SHIFT; 2015 sample_key |= LP_SAMPLER_OP_GATHER << LP_SAMPLER_OP_TYPE_SHIFT; 2016 sample_key |= (instr->component << LP_SAMPLER_GATHER_COMP_SHIFT); 2018 sample_key |= LP_SAMPLER_OP_LODQ << LP_SAMPLER_OP_TYPE_SHIFT; 2042 sample_key |= LP_SAMPLER_SHADOW; 2047 sample_key |= LP_SAMPLER_LOD_BIAS << LP_SAMPLER_LOD_CONTROL_SHIFT; 2052 sample_key |= LP_SAMPLER_LOD_EXPLICIT << LP_SAMPLER_LOD_CONTROL_SHIFT; 2094 sample_key |= LP_SAMPLER_OFFSETS; 2107 sample_key | [all...] |
| H A D | lp_bld_sample.h | 109 unsigned sample_key; member in struct:lp_sampler_params
|