Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_dynarray.h108 #define util_dynarray_contains(buf, type) ((buf)->size >= sizeof(type)) macro
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c800 assert(util_dynarray_contains(&fpc->if_stack, unsigned)); in nvfx_fragprog_parse_instruction()
811 assert(util_dynarray_contains(&fpc->if_stack, unsigned)); in nvfx_fragprog_parse_instruction()