Searched defs:reserve (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi.c80 reserve(struct svga_shader_emitter *emit, unsigned nr_dwords) function in typeref:typename:boolean
H A Dsvga_winsys.h257 (*reserve)(struct svga_winsys_context *swc, member in struct:svga_winsys_context
H A Dsvga_tgsi_vgpu10.c300 reserve(struct svga_shader_emitter_v10 *emit, function in typeref:typename:boolean
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi.c80 reserve(struct svga_shader_emitter *emit, unsigned nr_dwords) function in typeref:typename:boolean
H A Dsvga_winsys.h269 (*reserve)(struct svga_winsys_context *swc, member in struct:svga_winsys_context
H A Dsvga_tgsi_vgpu10.c525 reserve(struct svga_shader_emitter_v10 *emit, function in typeref:typename:boolean
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.c419 panfrost_batch_to_fb_info(const struct panfrost_batch * batch,struct pan_fb_info * fb,struct pan_image_view * rts,struct pan_image_view * zs,struct pan_image_view * s,bool reserve) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/rtasm/
H A Dx86sse.c41 static unsigned char *reserve( struct x86_function *p, int bytes ) function in typeref:typename:unsigned char *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c175 static unsigned char *reserve( struct x86_function *p, int bytes ) function in typeref:typename:unsigned char *
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/rtasm/
H A Dx86sse.c42 static unsigned char *reserve( struct x86_function *p, int bytes ) function in typeref:typename:unsigned char *
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c175 static unsigned char *reserve( struct x86_function *p, int bytes ) function in typeref:typename:unsigned char *
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dkgem.c5687 int reserve; local in function:aperture_check
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem.c6262 int reserve; local in function:aperture_check
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec.h673 unsigned char reserve[11]; member in struct:rvcn_dec_vp9_nmv_ctx_mask_s
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1213 inline void reserve(int new_capacity) { if (new_capacity <= Capacity) return; T* new_data = (T*)ImGui::MemAlloc((size_t)new_capacity * sizeof(T)); if (Data) { memcpy(new_data, Data, (size_t)Size * sizeof(T)); ImGui::MemFree(Data); } Data = new_data; Capacity = new_capacity; } function in struct:ImVector
1592 void reserve(int capacity) { Buf.reserve(capacity); } function in struct:ImGuiTextBuffer
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1213 inline void reserve(int new_capacity) { if (new_capacity <= Capacity) return; T* new_data = (T*)ImGui::MemAlloc((size_t)new_capacity * sizeof(T)); if (Data) { memcpy(new_data, Data, (size_t)Size * sizeof(T)); ImGui::MemFree(Data); } Data = new_data; Capacity = new_capacity; } function in struct:ImVector
1592 void reserve(int capacity) { Buf.reserve(capacity); } function in struct:ImGuiTextBuffer
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec.h992 unsigned char reserve[11]; member in struct:rvcn_dec_vp9_nmv_ctx_mask_s

Completed in 78 milliseconds