Searched refs:vec4f_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.c | 645 LLVMTypeRef vec4f_type; local in function:generate_setup_variant 682 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); 684 arg_types[0] = LLVMPointerType(vec4f_type, 0); /* v0 */ 685 arg_types[1] = LLVMPointerType(vec4f_type, 0); /* v1 */ 686 arg_types[2] = LLVMPointerType(vec4f_type, 0); /* v2 */ 688 arg_types[4] = LLVMPointerType(vec4f_type, 0); /* a0, aligned */ 689 arg_types[5] = LLVMPointerType(vec4f_type, 0); /* dadx, aligned */ 690 arg_types[6] = LLVMPointerType(vec4f_type, 0); /* dady, aligned */ 691 arg_types[7] = LLVMPointerType(vec4f_type, 0); /* key (placeholder) */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.c | 714 LLVMTypeRef vec4f_type; local in function:generate_setup_variant 751 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); 753 arg_types[0] = LLVMPointerType(vec4f_type, 0); /* v0 */ 754 arg_types[1] = LLVMPointerType(vec4f_type, 0); /* v1 */ 755 arg_types[2] = LLVMPointerType(vec4f_type, 0); /* v2 */ 757 arg_types[4] = LLVMPointerType(vec4f_type, 0); /* a0, aligned */ 758 arg_types[5] = LLVMPointerType(vec4f_type, 0); /* dadx, aligned */ 759 arg_types[6] = LLVMPointerType(vec4f_type, 0); /* dady, aligned */
|
Completed in 5 milliseconds