HomeSort by relevance Sort by last modified time
    Searched refs:psize_slot (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 77 int psize_slot; member in struct:widepoint_stage
143 if (wide->psize_slot >= 0) {
144 half_size = header->v[0]->data[wide->psize_slot][0];
261 wide->psize_slot = -1;
268 wide->psize_slot = i;
draw_pipe_aapoint.c 92 int psize_slot; member in struct:aapoint_stage
591 if (aapoint->psize_slot >= 0) {
592 radius = 0.5f * header->v[0]->data[aapoint->psize_slot][0];
709 aapoint->psize_slot = -1;
716 aapoint->psize_slot = i;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 77 int psize_slot; member in struct:widepoint_stage
143 if (wide->psize_slot >= 0) {
144 half_size = header->v[0]->data[wide->psize_slot][0];
261 wide->psize_slot = -1;
268 wide->psize_slot = i;
draw_pipe_aapoint.c 92 int psize_slot; member in struct:aapoint_stage
591 if (aapoint->psize_slot >= 0) {
592 radius = 0.5f * header->v[0]->data[aapoint->psize_slot][0];
709 aapoint->psize_slot = -1;
716 aapoint->psize_slot = i;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_context.h 113 int psize_slot; member in struct:llvmpipe_context
lp_state_derived.c 115 llvmpipe->psize_slot = vinfo->num_attribs;
lp_setup.c 923 setup->psize = lp->psize_slot;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 113 int psize_slot; member in struct:llvmpipe_context
lp_state_derived.c 115 llvmpipe->psize_slot = vinfo->num_attribs;
lp_setup.c 923 setup->psize = lp->psize_slot;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 137 softpipe->psize_slot = draw_find_shader_output(softpipe->draw,
139 if (softpipe->psize_slot > 0) {
141 softpipe->psize_slot);
sp_context.h 119 int psize_slot; member in struct:softpipe_context
sp_setup.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 137 softpipe->psize_slot = draw_find_shader_output(softpipe->draw,
139 if (softpipe->psize_slot > 0) {
141 softpipe->psize_slot);
sp_context.h 119 int psize_slot; member in struct:softpipe_context
sp_setup.c     [all...]

Completed in 397 milliseconds