Home | History | Annotate | Download | only in draw

Lines Matching defs:sampler_type

180    LLVMTypeRef sampler_type;
189 sampler_type = LLVMStructTypeInContext(gallivm->context, elem_types,
194 target, sampler_type,
197 target, sampler_type,
200 target, sampler_type,
203 target, sampler_type,
206 LP_CHECK_STRUCT_SIZE(struct draw_jit_sampler, target, sampler_type);
208 return sampler_type;
217 LLVMTypeRef texture_type, LLVMTypeRef sampler_type,
235 elem_types[5] = LLVMArrayType(sampler_type,
268 LLVMTypeRef texture_type, LLVMTypeRef sampler_type,
287 elem_types[5] = LLVMArrayType(sampler_type,
431 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type,
435 sampler_type = create_jit_sampler_type(gallivm, "sampler");
437 context_type = create_jit_context_type(gallivm, texture_type, sampler_type,
2172 LLVMTypeRef texture_type, sampler_type, context_type;
2175 sampler_type = create_jit_sampler_type(gallivm, "sampler");
2179 texture_type, sampler_type,