/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state_tss.c | 42 svga->state.hw_draw.num_views ); 45 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; 73 svga->state.hw_draw.num_views ); 83 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; 132 svga->state.hw_draw.num_views = svga->curr.num_sampler_views; 193 for (i = 0; i < svga->state.hw_draw.num_views; i++) { 194 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; 255 assert(unit < Elements(svga->state.hw_draw.ts)); \ 256 assert(SVGA3D_TS_##token < Elements(svga->state.hw_draw.ts[unit])); \ 257 if (svga->state.hw_draw.ts[unit][SVGA3D_TS_##token] != val) { [all...] |
svga_state_constants.c | 74 if (memcmp(svga->state.hw_draw.cb[shader][i], value, 94 memcpy(svga->state.hw_draw.cb[shader][i], value, 4 * sizeof(float)); 142 if (memcmp(svga->state.hw_draw.cb[shader][offset + i], 162 memcmp(svga->state.hw_draw.cb[shader][offset + j], 195 memcpy(svga->state.hw_draw.cb[shader][offset + i], 264 const struct svga_shader_result *result = svga->state.hw_draw.fs; 322 const struct svga_shader_result *result = svga->state.hw_draw.vs;
|
svga_state_rss.c | 46 assert(SVGA3D_RS_##token < Elements(svga->state.hw_draw.rs)); \ 47 if (svga->state.hw_draw.rs[SVGA3D_RS_##token] != value) { \ 49 svga->state.hw_draw.rs[SVGA3D_RS_##token] = value; \ 56 assert(SVGA3D_RS_##token < Elements(svga->state.hw_draw.rs)); \ 57 if (svga->state.hw_draw.rs[SVGA3D_RS_##token] != value) { \ 59 svga->state.hw_draw.rs[SVGA3D_RS_##token] = value; \ 291 memset(svga->state.hw_draw.rs, 0xcd, sizeof(svga->state.hw_draw.rs));
|
svga_context.c | 170 memset(&svga->state.hw_draw, 0xcd, sizeof(svga->state.hw_draw)); 171 memset(&svga->state.hw_draw.views, 0x0, sizeof(svga->state.hw_draw.views)); 172 svga->state.hw_draw.num_views = 0;
|
svga_pipe_fs.c | 122 if(result == svga->state.hw_draw.fs) 123 svga->state.hw_draw.fs = NULL;
|
svga_pipe_vs.c | 180 if(result == svga->state.hw_draw.vs) 181 svga->state.hw_draw.vs = NULL;
|
svga_state_vs.c | 195 if (result != svga->state.hw_draw.vs) { 203 svga->state.hw_draw.vs = result;
|
svga_state_fs.c | 281 if (result != svga->state.hw_draw.fs) { 289 svga->state.hw_draw.fs = result;
|
svga_context.h | 352 struct svga_hw_draw_state hw_draw; member in struct:svga_context::__anon12959
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_tss.c | 42 svga->state.hw_draw.num_views ); 45 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; 73 svga->state.hw_draw.num_views ); 83 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; 132 svga->state.hw_draw.num_views = svga->curr.num_sampler_views; 193 for (i = 0; i < svga->state.hw_draw.num_views; i++) { 194 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; 255 assert(unit < Elements(svga->state.hw_draw.ts)); \ 256 assert(SVGA3D_TS_##token < Elements(svga->state.hw_draw.ts[unit])); \ 257 if (svga->state.hw_draw.ts[unit][SVGA3D_TS_##token] != val) { [all...] |
svga_state_constants.c | 74 if (memcmp(svga->state.hw_draw.cb[shader][i], value, 94 memcpy(svga->state.hw_draw.cb[shader][i], value, 4 * sizeof(float)); 142 if (memcmp(svga->state.hw_draw.cb[shader][offset + i], 162 memcmp(svga->state.hw_draw.cb[shader][offset + j], 195 memcpy(svga->state.hw_draw.cb[shader][offset + i], 264 const struct svga_shader_result *result = svga->state.hw_draw.fs; 322 const struct svga_shader_result *result = svga->state.hw_draw.vs;
|
svga_state_rss.c | 46 assert(SVGA3D_RS_##token < Elements(svga->state.hw_draw.rs)); \ 47 if (svga->state.hw_draw.rs[SVGA3D_RS_##token] != value) { \ 49 svga->state.hw_draw.rs[SVGA3D_RS_##token] = value; \ 56 assert(SVGA3D_RS_##token < Elements(svga->state.hw_draw.rs)); \ 57 if (svga->state.hw_draw.rs[SVGA3D_RS_##token] != value) { \ 59 svga->state.hw_draw.rs[SVGA3D_RS_##token] = value; \ 291 memset(svga->state.hw_draw.rs, 0xcd, sizeof(svga->state.hw_draw.rs));
|
svga_context.c | 170 memset(&svga->state.hw_draw, 0xcd, sizeof(svga->state.hw_draw)); 171 memset(&svga->state.hw_draw.views, 0x0, sizeof(svga->state.hw_draw.views)); 172 svga->state.hw_draw.num_views = 0;
|
svga_pipe_fs.c | 122 if(result == svga->state.hw_draw.fs) 123 svga->state.hw_draw.fs = NULL;
|
svga_pipe_vs.c | 180 if(result == svga->state.hw_draw.vs) 181 svga->state.hw_draw.vs = NULL;
|
svga_state_vs.c | 195 if (result != svga->state.hw_draw.vs) { 203 svga->state.hw_draw.vs = result;
|
svga_state_fs.c | 281 if (result != svga->state.hw_draw.fs) { 289 svga->state.hw_draw.fs = result;
|
svga_context.h | 352 struct svga_hw_draw_state hw_draw; member in struct:svga_context::__anon23426
|