Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c3308 struct lp_type tcs_type, LLVMValueRef limit, LLVMValueRef loop_counter) in generate_tcs_mask_value()
3312 struct lp_type mask_type = lp_int_type(tcs_type); in generate_tcs_mask_value()
3318 for (i = 0; i < tcs_type.length; i++) { in generate_tcs_mask_value()
3354 struct lp_type tcs_type; in draw_tcs_llvm_generate() local
3415 memset(&tcs_type, 0, sizeof tcs_type); in draw_tcs_llvm_generate()
3416 tcs_type.floating = TRUE; /* floating point values */ in draw_tcs_llvm_generate()
3417 tcs_type.sign = TRUE; /* values are signed */ in draw_tcs_llvm_generate()
3418 tcs_type.norm = FALSE; /* values are not limited to [0,1] or [-1,1] */ in draw_tcs_llvm_generate()
3419 tcs_type in draw_tcs_llvm_generate()
3307 generate_tcs_mask_value(struct draw_tcs_llvm_variant *variant, struct lp_type tcs_type, LLVMValueRef limit, LLVMValueRef loop_counter) generate_tcs_mask_value() argument
[all...]

Completed in 6 milliseconds