Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c92 u_suballocator_destroy(&rctx->allocator_fetch_shader); in r600_destroy_context()
197 u_suballocator_init(&rctx->allocator_fetch_shader, &rctx->b.b, 64 * 1024, in r600_create_context()
H A Dr600_pipe.h470 struct u_suballocator allocator_fetch_shader; member
H A Dr600_shader.c474 u_suballocator_alloc(&rctx->allocator_fetch_shader, fs_size, 256, in r600_create_vertex_fetch_shader()