| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.h | 358 const struct lp_static_texture_state *static_texture_state; member in struct:lp_build_sample_context 503 swizzles[0] = bld->static_texture_state->swizzle_r; 504 swizzles[1] = bld->static_texture_state->swizzle_g; 505 swizzles[2] = bld->static_texture_state->swizzle_b; 506 swizzles[3] = bld->static_texture_state->swizzle_a; 689 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state, 725 lp_build_img_op_soa(const struct lp_static_texture_state *static_texture_state, 741 const struct lp_static_texture_state *static_texture_state, 757 const struct lp_static_texture_state *static_texture_state,
|
| H A D | lp_bld_sample_soa.c | 903 bld->static_texture_state->pot_width, 910 bld->static_texture_state->pot_height, 917 bld->static_texture_state->pot_depth, 922 if (has_layer_coord(bld->static_texture_state->target)) { 923 if (bld->static_texture_state->target == PIPE_TEXTURE_CUBE_ARRAY) { 1043 unsigned chan_swiz = bld->static_texture_state->swizzle_r; 1047 case 0: chan_swiz = bld->static_texture_state->swizzle_r; break; 1048 case 1: chan_swiz = bld->static_texture_state->swizzle_g; break; 1049 case 2: chan_swiz = bld->static_texture_state->swizzle_b; break; 1050 case 3: chan_swiz = bld->static_texture_state 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 4061 lp_build_sample_soa_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,const struct lp_sampler_params * params,int texture_index,int sampler_index,LLVMValueRef * tex_ret) argument 4248 lp_build_sample_soa(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 gallivm_state * gallivm,const struct lp_sampler_params * params) argument 4598 lp_build_img_op_soa(const struct lp_static_texture_state * static_texture_state,struct lp_sampler_dynamic_state * dynamic_state,struct gallivm_state * gallivm,const struct lp_img_params * params,LLVMValueRef outdata[4]) argument 4766 lp_build_sample_array_case_soa(struct lp_build_sample_array_switch * switch_info,int idx,const struct lp_static_texture_state * static_texture_state,const struct lp_static_sampler_state * static_sampler_state,struct lp_sampler_dynamic_state * dynamic_texture_state) argument 4836 lp_build_image_op_array_case(struct lp_build_img_op_array_switch * switch_info,int idx,const struct lp_static_texture_state * static_texture_state,struct lp_sampler_dynamic_state * dynamic_state) argument [all...] |
| H A D | lp_bld_sample_aos.c | 512 bld->static_texture_state->pot_width, 522 bld->static_texture_state->pot_height, 532 bld->static_texture_state->pot_depth, 538 if (has_layer_coord(bld->static_texture_state->target)) { 860 bld->static_texture_state->pot_width, 866 if (has_layer_coord(bld->static_texture_state->target)) { 890 bld->static_texture_state->pot_height, 910 bld->static_texture_state->pot_depth,
|
| H A D | lp_bld_sample.c | 1465 if (dims == 3 || has_layer_coord(bld->static_texture_state->target)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.h | 307 const struct lp_static_texture_state *static_texture_state; member in struct:lp_build_sample_context 425 swizzles[0] = bld->static_texture_state->swizzle_r; 426 swizzles[1] = bld->static_texture_state->swizzle_g; 427 swizzles[2] = bld->static_texture_state->swizzle_b; 428 swizzles[3] = bld->static_texture_state->swizzle_a; 607 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state,
|
| H A D | lp_bld_sample_soa.c | 893 bld->static_texture_state->pot_width, 900 bld->static_texture_state->pot_height, 907 bld->static_texture_state->pot_depth, 912 if (has_layer_coord(bld->static_texture_state->target)) { 913 if (bld->static_texture_state->target == PIPE_TEXTURE_CUBE_ARRAY) { 1033 unsigned chan_swiz = bld->static_texture_state->swizzle_r; 1035 seamless_cube_filter = (bld->static_texture_state->target == PIPE_TEXTURE_CUBE || 1036 bld->static_texture_state->target == PIPE_TEXTURE_CUBE_ARRAY) && 1062 bld->static_texture_state->pot_width, 1073 bld->static_texture_state 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 3522 lp_build_sample_soa_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,const struct lp_sampler_params * params) argument 3694 lp_build_sample_soa(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 gallivm_state * gallivm,const struct lp_sampler_params * params) argument [all...] |
| H A D | lp_bld_sample_aos.c | 512 bld->static_texture_state->pot_width, 522 bld->static_texture_state->pot_height, 532 bld->static_texture_state->pot_depth, 538 if (has_layer_coord(bld->static_texture_state->target)) { 869 bld->static_texture_state->pot_width, 875 if (has_layer_coord(bld->static_texture_state->target)) { 899 bld->static_texture_state->pot_height, 919 bld->static_texture_state->pot_depth,
|
| H A D | lp_bld_sample.c | 1328 if (dims == 3 || has_layer_coord(bld->static_texture_state->target)) {
|