Searched refs:static_texture_state (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h305 const struct lp_static_texture_state *static_texture_state; member in struct:lp_build_sample_context
419 swizzles[0] = bld->static_texture_state->swizzle_r;
420 swizzles[1] = bld->static_texture_state->swizzle_g;
421 swizzles[2] = bld->static_texture_state->swizzle_b;
422 swizzles[3] = bld->static_texture_state->swizzle_a;
599 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state,
H A Dlp_bld_sample_soa.c758 bld->static_texture_state->pot_width,
765 bld->static_texture_state->pot_height,
772 bld->static_texture_state->pot_depth,
777 if (has_layer_coord(bld->static_texture_state->target)) {
778 if (bld->static_texture_state->target == PIPE_TEXTURE_CUBE_ARRAY) {
899 seamless_cube_filter = (bld->static_texture_state->target == PIPE_TEXTURE_CUBE ||
900 bld->static_texture_state->target == PIPE_TEXTURE_CUBE_ARRAY) &&
934 bld->static_texture_state->pot_width,
945 bld->static_texture_state->pot_height,
956 bld->static_texture_state
2457 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
3096 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
3212 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
3388 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_aos.c697 bld->static_texture_state->pot_width,
707 bld->static_texture_state->pot_height,
717 bld->static_texture_state->pot_depth,
723 if (has_layer_coord(bld->static_texture_state->target)) {
779 bld->static_texture_state->pot_width,
786 bld->static_texture_state->pot_height,
793 bld->static_texture_state->pot_depth,
798 if (has_layer_coord(bld->static_texture_state->target)) {
1144 bld->static_texture_state->pot_width,
1150 if (has_layer_coord(bld->static_texture_state
[all...]
H A Dlp_bld_sample.c1318 if (dims == 3 || has_layer_coord(bld->static_texture_state->target)) {

Completed in 89 milliseconds