Searched refs:viewport_type (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_jit.c | 49 LLVMTypeRef viewport_type, texture_type, sampler_type; local in function:lp_jit_create_types 58 viewport_type = LLVMStructTypeInContext(lc, elem_types, 62 gallivm->target, viewport_type, 65 gallivm->target, viewport_type, 68 gallivm->target, viewport_type); 162 elem_types[LP_JIT_CTX_VIEWPORTS] = LLVMPointerType(viewport_type, 0);
|
| H A D | lp_state_fs.c | 229 struct lp_type viewport_type = local in function:lp_llvm_viewport 234 LLVMPointerType(lp_build_vec_type(gallivm, viewport_type), 0), "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_jit.c | 192 LLVMTypeRef viewport_type, texture_type, sampler_type, image_type; local in function:lp_jit_create_types 202 viewport_type = LLVMStructTypeInContext(lc, elem_types, 206 gallivm->target, viewport_type, 209 gallivm->target, viewport_type, 212 gallivm->target, viewport_type); 240 elem_types[LP_JIT_CTX_VIEWPORTS] = LLVMPointerType(viewport_type, 0);
|
| H A D | lp_state_fs.c | 335 struct lp_type viewport_type = local in function:lp_llvm_viewport 340 LLVMPointerType(lp_build_vec_type(gallivm, viewport_type), 0), "");
|
Completed in 17 milliseconds