Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/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);
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()
Dxa_priv.h247 int param_bytes);
/external/python/cryptography/tests/hazmat/primitives/
Dtest_dh.py771 param_bytes = load_vectors_from_file(
775 parameters = loader_func(param_bytes, backend)
780 assert serialized == param_bytes