Home
last modified time | relevance | path

Searched refs:param_bytes (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c102 const int param_bytes = 16 * sizeof(float); in xa_yuv_fs_constants() local
105 conversion_matrix, param_bytes); in xa_yuv_fs_constants()
Dxa_renderer.c46 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()
Dxa_priv.h256 int param_bytes);
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc531 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()