Searched refs:param_bytes (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_yuv.c | 102 const int param_bytes = 16 * sizeof(float); in xa_yuv_fs_constants() local 105 conversion_matrix, param_bytes); in xa_yuv_fs_constants()
|
D | xa_renderer.c | 46 int shader_type, const float *params, int param_bytes); 389 int shader_type, const float *params, int param_bytes) in renderer_set_constants() argument 398 param_bytes); in renderer_set_constants() 401 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params); in renderer_set_constants()
|
D | xa_priv.h | 256 int param_bytes);
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 531 int param_bytes = 0; in GenerateCCall() local 533 param_bytes += ValueTypes::MemSize(param_type); in GenerateCCall() 538 int stack_bytes = std::max(param_bytes, out_arg_bytes); in GenerateCCall()
|