Searched refs:static_sampler_state (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c471 if (bld->static_sampler_state->normalized_coords) {
513 bld->static_sampler_state->wrap_s,
523 bld->static_sampler_state->wrap_t,
533 bld->static_sampler_state->wrap_r,
693 bld->static_sampler_state->reduction_mode,
703 bld->static_sampler_state->reduction_mode,
716 bld->static_sampler_state->reduction_mode,
779 if (bld->static_sampler_state->normalized_coords) {
861 bld->static_sampler_state->wrap_s,
891 bld->static_sampler_state
[all...]
H A Dlp_bld_sample_soa.c91 const struct lp_static_sampler_state *static_state = bld->static_sampler_state;
374 if (bld->static_sampler_state->normalized_coords) {
404 if (bld->static_sampler_state->normalized_coords) {
445 if (bld->static_sampler_state->normalized_coords) {
533 if (bld->static_sampler_state->normalized_coords) {
567 if (bld->static_sampler_state->normalized_coords) {
633 if (bld->static_sampler_state->normalized_coords) {
725 if (bld->static_sampler_state->normalized_coords) {
744 if (bld->static_sampler_state->normalized_coords) {
765 assert(bld->static_sampler_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
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
[all...]
H A Dlp_bld_sample.h359 const struct lp_static_sampler_state *static_sampler_state; member in struct:lp_build_sample_context
690 const struct lp_static_sampler_state *static_sampler_state,
742 const struct lp_static_sampler_state *static_sampler_state,
H A Dlp_bld_sample.c867 if (bld->static_sampler_state->min_max_lod_equal && !is_lodq) {
890 if (bld->static_sampler_state->aniso &&
902 !bld->static_sampler_state->aniso &&
903 !bld->static_sampler_state->lod_bias_non_zero &&
904 !bld->static_sampler_state->apply_max_lod &&
905 !bld->static_sampler_state->apply_min_lod) {
930 !bld->static_sampler_state->aniso) {
969 if (bld->static_sampler_state->lod_bias_non_zero) {
983 if (bld->static_sampler_state->apply_max_lod) {
991 if (bld->static_sampler_state
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c471 if (bld->static_sampler_state->normalized_coords) {
513 bld->static_sampler_state->wrap_s,
523 bld->static_sampler_state->wrap_t,
533 bld->static_sampler_state->wrap_r,
689 if (bld->static_sampler_state->force_nearest_s) {
697 else if (bld->static_sampler_state->force_nearest_t) {
787 if (bld->static_sampler_state->normalized_coords) {
821 if (!bld->static_sampler_state->force_nearest_s) {
824 if (dims >= 2 && !bld->static_sampler_state->force_nearest_t) {
870 bld->static_sampler_state
[all...]
H A Dlp_bld_sample_soa.c89 const struct lp_static_sampler_state *static_state = bld->static_sampler_state;
364 if (bld->static_sampler_state->normalized_coords) {
394 if (bld->static_sampler_state->normalized_coords) {
435 if (bld->static_sampler_state->normalized_coords) {
523 if (bld->static_sampler_state->normalized_coords) {
557 if (bld->static_sampler_state->normalized_coords) {
623 if (bld->static_sampler_state->normalized_coords) {
715 if (bld->static_sampler_state->normalized_coords) {
734 if (bld->static_sampler_state->normalized_coords) {
755 assert(bld->static_sampler_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 Dlp_bld_sample.h308 const struct lp_static_sampler_state *static_sampler_state; member in struct:lp_build_sample_context
608 const struct lp_static_sampler_state *static_sampler_state,
H A Dlp_bld_sample.c741 if (bld->static_sampler_state->min_max_lod_equal && !is_lodq) {
771 !bld->static_sampler_state->lod_bias_non_zero &&
772 !bld->static_sampler_state->apply_max_lod &&
773 !bld->static_sampler_state->apply_min_lod) {
834 if (bld->static_sampler_state->lod_bias_non_zero) {
848 if (bld->static_sampler_state->apply_max_lod) {
856 if (bld->static_sampler_state->apply_min_lod) {

Completed in 18 milliseconds