Home | History | Annotate | Download | only in llvmpipe

Lines Matching full:llvmpipe

588     * where it would happen.  For llvmpipe, nothing to do.
603 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
632 if (resource == llvmpipe->constants[PIPE_SHADER_FRAGMENT][0])
633 llvmpipe->dirty |= LP_NEW_CONSTANTS;
657 * where it would happen. For llvmpipe, nothing to do.
744 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
749 return lp_setup_is_resource_referenced(llvmpipe->setup, presource);
1407 debug_printf("LLVMPIPE: current resources:\n");
1417 debug_printf("LLVMPIPE: total size of %u resources: %u\n", n, total);