Lines Matching defs:sampler

313    LLVMTypeRef sampler_type = create_jit_sampler_type(gallivm, "sampler");
988 params.sampler = draw_sampler;
1929 struct lp_build_sampler_soa *sampler = 0;
2050 sampler = draw_llvm_sampler_soa_create(draw_llvm_variant_key_samplers(key),
2304 sampler,
2352 sampler->destroy(sampler);
2395 * sampler array.
2412 * (and the offset of sampler state in the key).
2461 struct draw_sampler_static_state *sampler = draw_llvm_variant_key_samplers(key);
2481 debug_printf("sampler[%i].src_format = %s\n", i, util_format_name(sampler[i].texture_state.format));
2694 sampler_type = create_jit_sampler_type(gallivm, "sampler");
2753 struct lp_build_sampler_soa *sampler = 0;
2855 sampler = draw_llvm_sampler_soa_create(variant->key.samplers,
2884 params.sampler = sampler;
2904 sampler->destroy(sampler);
3019 * sampler array.
3059 struct draw_sampler_static_state *sampler = key->samplers;
3064 debug_printf("sampler[%i].src_format = %s\n", i,
3065 util_format_name(sampler[i].texture_state.format));
3080 sampler_type = create_jit_sampler_type(gallivm, "sampler");
3345 struct lp_build_sampler_soa *sampler = 0;
3497 sampler = draw_llvm_sampler_soa_create(variant->key.samplers,
3546 params.sampler = sampler;
3573 sampler->destroy(sampler);
3681 * sampler array.
3721 struct draw_sampler_static_state *sampler = key->samplers;
3724 debug_printf("sampler[%i].src_format = %s\n", i,
3725 util_format_name(sampler[i].texture_state.format));
3740 sampler_type = create_jit_sampler_type(gallivm, "sampler");
3916 struct lp_build_sampler_soa *sampler = 0;
4012 sampler = draw_llvm_sampler_soa_create(variant->key.samplers,
4074 params.sampler = sampler;
4102 sampler->destroy(sampler);
4221 * sampler array.
4261 struct draw_sampler_static_state *sampler = key->samplers;
4268 debug_printf("sampler[%i].src_format = %s\n", i,
4269 util_format_name(sampler[i].texture_state.format));