Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
429 if (const_bytes < sizeof(float)) in get_num_consts_robust()
432 return DIV_ROUND_UP(const_bytes, draw->constant_buffer_stride); in get_num_consts_robust()