Searched refs:draw_sampler (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c609 const struct lp_build_sampler_soa *draw_sampler,
630 draw_sampler,
1969 struct draw_sampler_static_state *draw_sampler; local in function:draw_llvm_make_variant_key
2027 draw_sampler = draw_llvm_variant_key_samplers(key);
2028 memset(draw_sampler, 0,
2029 MAX2(key->nr_samplers, key->nr_sampler_views) * sizeof *draw_sampler);
2032 lp_sampler_static_sampler_state(&draw_sampler[i].sampler_state,
2036 lp_sampler_static_texture_state(&draw_sampler[i].texture_state,
2445 struct draw_sampler_static_state *draw_sampler; local in function:draw_gs_llvm_make_variant_key
2466 draw_sampler
602 generate_vs(struct draw_llvm_variant * variant,LLVMBuilderRef builder,struct lp_type vs_type,LLVMValueRef (* outputs)[TGSI_NUM_CHANNELS],const LLVMValueRef (* inputs)[TGSI_NUM_CHANNELS],const struct lp_bld_tgsi_system_values * system_values,LLVMValueRef context_ptr,const struct lp_build_sampler_soa * draw_sampler,boolean clamp_vertex_color) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c979 const struct lp_build_sampler_soa *draw_sampler,
1005 params.sampler = draw_sampler;
2386 struct draw_sampler_static_state *draw_sampler; local in function:draw_llvm_make_variant_key
2449 draw_sampler = draw_llvm_variant_key_samplers(key);
2450 memset(draw_sampler, 0,
2451 MAX2(key->nr_samplers, key->nr_sampler_views) * sizeof *draw_sampler);
2454 lp_sampler_static_sampler_state(&draw_sampler[i].sampler_state,
2458 lp_sampler_static_texture_state(&draw_sampler[i].texture_state,
3022 struct draw_sampler_static_state *draw_sampler; local in function:draw_gs_llvm_make_variant_key
3048 draw_sampler
972 generate_vs(struct draw_llvm_variant * variant,LLVMBuilderRef builder,struct lp_type vs_type,LLVMValueRef (* outputs)[TGSI_NUM_CHANNELS],const LLVMValueRef (* inputs)[TGSI_NUM_CHANNELS],const struct lp_bld_tgsi_system_values * system_values,LLVMValueRef context_ptr,const struct lp_build_sampler_soa * draw_sampler,const struct lp_build_image_soa * draw_image,boolean clamp_vertex_color,struct lp_build_mask_context * bld_mask) argument
3686 struct draw_sampler_static_state *draw_sampler; local in function:draw_tcs_llvm_make_variant_key
4213 struct draw_sampler_static_state *draw_sampler; local in function:draw_tes_llvm_make_variant_key
[all...]

Completed in 10 milliseconds