Home
last modified time | relevance | path

Searched refs:memory_type (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
H A Dsurface.c841 int memory_type; in vlVaCreateSurfaces2() local
868 memory_type = VA_SURFACE_ATTRIB_MEM_TYPE_VA; in vlVaCreateSurfaces2()
891 memory_type = attrib_list[i].value.value.i; in vlVaCreateSurfaces2()
900 if (memory_type == VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2) in vlVaCreateSurfaces2()
936 switch (memory_type) { in vlVaCreateSurfaces2()
1000 switch (memory_type) { in vlVaCreateSurfaces2()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c836 unsigned memory_type) in ureg_DECL_memory()
838 struct ureg_src reg = ureg_src_register(TGSI_FILE_MEMORY, memory_type); in ureg_DECL_memory()
840 ureg->use_memory[memory_type] = true; in ureg_DECL_memory()
1772 emit_decl_memory(struct ureg_program *ureg, unsigned memory_type) in emit_decl_memory() argument
1781 out[0].decl.MemType = memory_type; in emit_decl_memory()
1784 out[1].decl_range.First = memory_type; in emit_decl_memory()
1785 out[1].decl_range.Last = memory_type; in emit_decl_memory()
835 ureg_DECL_memory(struct ureg_program *ureg, unsigned memory_type) ureg_DECL_memory() argument
H A Dtgsi_ureg.h372 ureg_DECL_memory(struct ureg_program *ureg, unsigned memory_type);
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1676 mem->memory_type = LVP_DEVICE_MEMORY_TYPE_DEFAULT; in lvp_AllocateMemory()
1681 mem->memory_type = LVP_DEVICE_MEMORY_TYPE_USER_PTR; in lvp_AllocateMemory()
1702 mem->memory_type = LVP_DEVICE_MEMORY_TYPE_OPAQUE_FD; in lvp_AllocateMemory()
1709 mem->memory_type = LVP_DEVICE_MEMORY_TYPE_OPAQUE_FD; in lvp_AllocateMemory()
1744 switch(mem->memory_type) { in lvp_FreeMemory()
H A Dlvp_private.h216 enum lvp_device_memory_type memory_type; member
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1002 pub struct memory_type { structure names
4400 pub fn memstat_mtl_first(list: *mut memory_type_list) -> *mut memory_type; in memstat_mtl_first()
4401 pub fn memstat_mtl_next(mtp: *mut memory_type) -> *mut memory_type; in memstat_mtl_next()
4406 ) -> *mut memory_type; in memstat_mtl_find()
4409 pub fn memstat_get_name(mtp: *const memory_type) -> *const ::c_char; in memstat_get_name()

Completed in 22 milliseconds