HomeSort by relevance Sort by last modified time
    Searched full:vec4f_type (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 714 LLVMTypeRef vec4f_type; local
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 */
    [all...]

Completed in 77 milliseconds