Searched refs:draw_sampler (Results 1 – 1 of 1) sorted by relevance
939 const struct lp_build_sampler_soa *draw_sampler, in generate_vs() argument965 params.sampler = draw_sampler; in generate_vs()2354 struct draw_sampler_static_state *draw_sampler; in draw_llvm_make_variant_key() local2415 draw_sampler = draw_llvm_variant_key_samplers(key); in draw_llvm_make_variant_key()2416 memset(draw_sampler, 0, in draw_llvm_make_variant_key()2417 MAX2(key->nr_samplers, key->nr_sampler_views) * sizeof *draw_sampler); in draw_llvm_make_variant_key()2420 lp_sampler_static_sampler_state(&draw_sampler[i].sampler_state, in draw_llvm_make_variant_key()2424 lp_sampler_static_texture_state(&draw_sampler[i].texture_state, in draw_llvm_make_variant_key()2980 struct draw_sampler_static_state *draw_sampler; in draw_gs_llvm_make_variant_key() local3004 draw_sampler = key->samplers; in draw_gs_llvm_make_variant_key()[all …]