HomeSort by relevance Sort by last modified time
    Searched refs:softpipe (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/mesa3d/src/gallium/targets/graw-xlib/
SConscript 29 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
  /external/mesa3d/src/gallium/targets/libgl-gdi/
SConscript 24 drivers += [softpipe]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 76 struct softpipe_context *softpipe; member in struct:setup_context
130 const struct pipe_scissor_state *cliprect = &setup->softpipe->cliprect;
164 struct softpipe_context *sp = setup->softpipe;
205 struct quad_stage *pipe = setup->softpipe->quad.first;
293 if (setup->softpipe->rasterizer->flatshade_first)
383 (setup->softpipe->rasterizer->front_ccw));
397 if (setup->softpipe->rasterizer->gl_rasterization_rules) {
578 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info;
586 (fsInfo->origin_lower_left ? setup->softpipe->framebuffer.height-1 : 0)
609 struct softpipe_context *softpipe = setup->softpipe local
949 struct softpipe_context *softpipe = setup->softpipe; local
1198 struct softpipe_context *softpipe = setup->softpipe; local
    [all...]
sp_quad_blend.c 154 struct softpipe_context *softpipe = qs->softpipe; local
175 switch (softpipe->blend->logicop_func) {
271 struct softpipe_context *softpipe = qs->softpipe; local
278 switch (softpipe->blend->rt[blend_index].rgb_src_factor) {
449 switch (softpipe->blend->rt[blend_index].alpha_src_factor) {
541 switch (softpipe->blend->rt[blend_index].rgb_dst_factor) {
701 switch (softpipe->blend->rt[blend_index].alpha_dst_factor) {
778 switch (softpipe->blend->rt[blend_index].rgb_func)
923 struct softpipe_context *softpipe = qs->softpipe; local
1221 struct softpipe_context *softpipe = qs->softpipe; local
    [all...]
sp_prim_vbuf.c 29 * Interface between 'draw' module's output and the softpipe rasterizer/setup
60 struct softpipe_context *softpipe; member in struct:softpipe_vbuf_render
84 return softpipe_get_vbuf_vertex_info(cvbr->softpipe);
143 cvbr->softpipe->reduced_prim = u_reduced_prim(prim);
163 struct softpipe_context *softpipe = cvbr->softpipe; local
164 const unsigned stride = softpipe->vertex_info_vbuf.size * sizeof(float);
167 const boolean flatshade_first = softpipe->rasterizer->flatshade_first;
359 struct softpipe_context *softpipe = cvbr->softpipe; local
549 struct softpipe_context *softpipe = cvbr->softpipe; local
    [all...]
Makefile 4 LIBNAME = softpipe
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 76 struct softpipe_context *softpipe; member in struct:setup_context
130 const struct pipe_scissor_state *cliprect = &setup->softpipe->cliprect;
164 struct softpipe_context *sp = setup->softpipe;
205 struct quad_stage *pipe = setup->softpipe->quad.first;
293 if (setup->softpipe->rasterizer->flatshade_first)
383 (setup->softpipe->rasterizer->front_ccw));
397 if (setup->softpipe->rasterizer->gl_rasterization_rules) {
578 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info;
586 (fsInfo->origin_lower_left ? setup->softpipe->framebuffer.height-1 : 0)
609 struct softpipe_context *softpipe = setup->softpipe local
949 struct softpipe_context *softpipe = setup->softpipe; local
1198 struct softpipe_context *softpipe = setup->softpipe; local
    [all...]
sp_quad_blend.c 154 struct softpipe_context *softpipe = qs->softpipe; local
175 switch (softpipe->blend->logicop_func) {
271 struct softpipe_context *softpipe = qs->softpipe; local
278 switch (softpipe->blend->rt[blend_index].rgb_src_factor) {
449 switch (softpipe->blend->rt[blend_index].alpha_src_factor) {
541 switch (softpipe->blend->rt[blend_index].rgb_dst_factor) {
701 switch (softpipe->blend->rt[blend_index].alpha_dst_factor) {
778 switch (softpipe->blend->rt[blend_index].rgb_func)
923 struct softpipe_context *softpipe = qs->softpipe; local
1221 struct softpipe_context *softpipe = qs->softpipe; local
    [all...]
sp_prim_vbuf.c 29 * Interface between 'draw' module's output and the softpipe rasterizer/setup
60 struct softpipe_context *softpipe; member in struct:softpipe_vbuf_render
84 return softpipe_get_vbuf_vertex_info(cvbr->softpipe);
143 cvbr->softpipe->reduced_prim = u_reduced_prim(prim);
163 struct softpipe_context *softpipe = cvbr->softpipe; local
164 const unsigned stride = softpipe->vertex_info_vbuf.size * sizeof(float);
167 const boolean flatshade_first = softpipe->rasterizer->flatshade_first;
359 struct softpipe_context *softpipe = cvbr->softpipe; local
549 struct softpipe_context *softpipe = cvbr->softpipe; local
    [all...]
Makefile 4 LIBNAME = softpipe
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/va-r300/
Makefile 12 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/va-r600/
Makefile 12 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/mesa3d/src/gallium/targets/va-r300/
Makefile 12 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/mesa3d/src/gallium/targets/va-r600/
Makefile 12 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
SConscript 43 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
  /external/mesa3d/src/gallium/targets/libgl-xlib/
SConscript 43 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-i915/
Makefile 10 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-swrast/
Makefile 13 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-r300/
Makefile 11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
Makefile 17 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/mesa3d/src/gallium/targets/dri-i915/
Makefile 10 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/mesa3d/src/gallium/targets/dri-swrast/
Makefile 13 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/mesa3d/src/gallium/targets/vdpau-r300/
Makefile 11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/mesa3d/src/gallium/tests/unit/
Makefile 17 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
SConscript 29 softpipe,

Completed in 290 milliseconds

1 23 4