Home
last modified time | relevance | path

Searched refs:required_space (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_csb.c213 const uint32_t required_space = num_dwords * 4; in pvr_csb_alloc_dwords() local
218 if (csb->next + required_space > csb->end) { in pvr_csb_alloc_dwords()
226 csb->next += required_space; in pvr_csb_alloc_dwords()
/third_party/mesa3d/src/mesa/main/
H A Duniforms.h80 struct gl_program *prog, unsigned required_space);
H A Duniform_query.cpp1081 struct gl_program *prog, unsigned required_space) in _mesa_ensure_and_associate_uniform_storage()
1086 _mesa_reserve_parameter_storage(prog->Parameters, required_space, in _mesa_ensure_and_associate_uniform_storage()
1087 required_space); in _mesa_ensure_and_associate_uniform_storage()
1079 _mesa_ensure_and_associate_uniform_storage(struct gl_context *ctx, struct gl_shader_program *shader_program, struct gl_program *prog, unsigned required_space) _mesa_ensure_and_associate_uniform_storage() argument

Completed in 4 milliseconds