Searched refs:draw_sampler (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 962 const struct lp_build_sampler_soa *draw_sampler, in generate_vs() 988 params.sampler = draw_sampler; in generate_vs() 2370 struct draw_sampler_static_state *draw_sampler; in draw_llvm_make_variant_key() local 2433 draw_sampler = draw_llvm_variant_key_samplers(key); in draw_llvm_make_variant_key() 2434 memset(draw_sampler, 0, in draw_llvm_make_variant_key() 2435 MAX2(key->nr_samplers, key->nr_sampler_views) * sizeof *draw_sampler); in draw_llvm_make_variant_key() 2438 lp_sampler_static_sampler_state(&draw_sampler[i].sampler_state, in draw_llvm_make_variant_key() 2442 lp_sampler_static_texture_state(&draw_sampler[i].texture_state, in draw_llvm_make_variant_key() 3006 struct draw_sampler_static_state *draw_sampler; in draw_gs_llvm_make_variant_key() local 3032 draw_sampler in draw_gs_llvm_make_variant_key() 955 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) generate_vs() argument 3672 struct draw_sampler_static_state *draw_sampler; draw_tcs_llvm_make_variant_key() local 4203 struct draw_sampler_static_state *draw_sampler; draw_tes_llvm_make_variant_key() local [all...] |
Completed in 8 milliseconds