Home
last modified time | relevance | path

Searched defs:input_array_sz (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_rect.c64 unsigned input_array_sz = NUM_CHANNELS * (nr_inputs + 1) * sizeof(float); in lp_setup_alloc_rectangle() local
H A Dlp_setup_tri.c98 unsigned input_array_sz = (nr_inputs + 1) * sizeof(float[4]); in lp_setup_alloc_triangle() local