Searched refs:param_bytes (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/frontends/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); 370 int shader_type, const float *params, int param_bytes) in renderer_set_constants() argument 380 param_bytes); in renderer_set_constants() 383 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params); in renderer_set_constants()
|
D | xa_priv.h | 247 int param_bytes);
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_dh.py | 771 param_bytes = load_vectors_from_file( 775 parameters = loader_func(param_bytes, backend) 780 assert serialized == param_bytes
|