Lines Matching refs:llvmpipe
679 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
717 for (i = 0; i < ARRAY_SIZE(llvmpipe->constants[PIPE_SHADER_FRAGMENT]); ++i) {
718 if (resource == llvmpipe->constants[PIPE_SHADER_FRAGMENT][i].buffer) {
720 llvmpipe->dirty |= LP_NEW_FS_CONSTANTS;
809 * where it would happen. For llvmpipe, nothing to do.
821 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
829 return lp_setup_is_resource_referenced(llvmpipe->setup, presource);
834 * Returns the largest possible alignment for a format in llvmpipe
971 static const char *driver_id = "llvmpipe" MESA_GIT_SHA1;
978 return os_malloc_aligned_fd(size, alignment, fd, "llvmpipe memory fd", driver_id);