HomeSort by relevance Sort by last modified time
    Searched refs:llvmpipe (Results 51 - 56 of 56) sorted by null

1 23

  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
Makefile 55 PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
  /external/mesa3d/src/gallium/targets/libgl-xlib/
Makefile 55 PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
Makefile 159 # llvmpipe
160 ifneq ($(findstring llvmpipe,$(GALLIUM_DRIVERS_DIRS)),)
162 egl_LIBS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
  /external/mesa3d/src/gallium/targets/egl-static/
Makefile 159 # llvmpipe
160 ifneq ($(findstring llvmpipe,$(GALLIUM_DRIVERS_DIRS)),)
162 egl_LIBS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c 588 * where it would happen. For llvmpipe, nothing to do.
603 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
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 ); local
749 return lp_setup_is_resource_referenced(llvmpipe->setup, presource);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 588 * where it would happen. For llvmpipe, nothing to do.
603 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
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 ); local
749 return lp_setup_is_resource_referenced(llvmpipe->setup, presource);
    [all...]

Completed in 1240 milliseconds

1 23