/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
shader.c | 107 VGint param_bytes = paint_constant_buffer_size(shader->paint); local 110 param_bytes += sizeof(VGfloat) * 8; 111 assert(param_bytes <= sizeof(shader->constants)); 127 return param_bytes; 350 VGint num_samplers, param_bytes; local 356 param_bytes = setup_constant_buffer(shader); 363 shader->fs, (const void *) shader->constants, param_bytes);
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
shader.c | 107 VGint param_bytes = paint_constant_buffer_size(shader->paint); local 110 param_bytes += sizeof(VGfloat) * 8; 111 assert(param_bytes <= sizeof(shader->constants)); 127 return param_bytes; 350 VGint num_samplers, param_bytes; local 356 param_bytes = setup_constant_buffer(shader); 363 shader->fs, (const void *) shader->constants, param_bytes);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_yuv.c | 102 const int param_bytes = 16 * sizeof(float); local 105 conversion_matrix, param_bytes);
|
xa_priv.h | 222 int param_bytes);
|
xa_renderer.c | 46 int shader_type, const float *params, int param_bytes); 374 int shader_type, const float *params, int param_bytes) 383 param_bytes); 386 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params);
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_yuv.c | 102 const int param_bytes = 16 * sizeof(float); local 105 conversion_matrix, param_bytes);
|
xa_priv.h | 222 int param_bytes);
|
xa_renderer.c | 46 int shader_type, const float *params, int param_bytes); 374 int shader_type, const float *params, int param_bytes) 383 param_bytes); 386 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_renderer.c | 417 int param_bytes) 427 param_bytes); 431 0, param_bytes, params);
|
xorg_xv.c | 408 const int param_bytes = 12 * sizeof(float); local 412 video_constants, param_bytes);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_renderer.c | 417 int param_bytes) 427 param_bytes); 431 0, param_bytes, params);
|
xorg_xv.c | 408 const int param_bytes = 12 * sizeof(float); local 412 video_constants, param_bytes);
|