| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | buffer.c | 248 uint32_t mem_type; local in function:vlVaAcquireBufferHandle 277 if (!out_buf_info->mem_type) 278 mem_type = mem_types[0]; 280 mem_type = 0; 282 if (out_buf_info->mem_type & mem_types[i]) { 283 mem_type = out_buf_info->mem_type; 287 if (!mem_type) 295 if (buf->export_state.mem_type != mem_type) [all...] |
| H A D | va_private.h | 419 VAStatus vlVaExportSurfaceHandle(VADriverContextP ctx, VASurfaceID surface_id, uint32_t mem_type, uint32_t flags, void *descriptor);
|
| H A D | surface.c | 975 uint32_t mem_type, 989 if (mem_type != VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2) 973 vlVaExportSurfaceHandle(VADriverContextP ctx,VASurfaceID surface_id,uint32_t mem_type,uint32_t flags,void * descriptor) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | buffer.c | 252 uint32_t mem_type; local in function:vlVaAcquireBufferHandle 281 if (!out_buf_info->mem_type) 282 mem_type = mem_types[0]; 284 mem_type = 0; 286 if (out_buf_info->mem_type & mem_types[i]) { 287 mem_type = out_buf_info->mem_type; 291 if (!mem_type) 299 if (buf->export_state.mem_type != mem_type) [all...] |
| H A D | va_private.h | 424 VAStatus vlVaExportSurfaceHandle(VADriverContextP ctx, VASurfaceID surface_id, uint32_t mem_type, uint32_t flags, void *descriptor);
|
| H A D | surface.c | 1204 uint32_t mem_type, 1218 if (mem_type != VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2) 1202 vlVaExportSurfaceHandle(VADriverContextP ctx,VASurfaceID surface_id,uint32_t mem_type,uint32_t flags,void * descriptor) argument
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_device_memory.c | 58 const VkMemoryType *mem_type = &mem_props->memoryTypes[mem_type_index]; local in function:vn_device_memory_simple_alloc 60 dev->renderer, mem->size, mem->base.id, mem_type->propertyFlags, 0, 180 const VkMemoryType *mem_type) 189 if (!(mem_type->propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT)) 315 const VkMemoryType *mem_type = local in function:vn_AllocateMemory 365 mem_type->propertyFlags, 367 } else if (vn_device_memory_should_suballocate(pAllocateInfo, mem_type)) { 373 mem_type->propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; 375 mem_type->propertyFlags, 0); 179 vn_device_memory_should_suballocate(const VkMemoryAllocateInfo * alloc_info,const VkMemoryType * mem_type) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 1271 struct lp_type mem_type; local in function:convert_to_blend_type 1339 lp_mem_type_from_format_desc(src_fmt, &mem_type); 1343 is_arith = blend_type.length * blend_type.width != mem_type.width * mem_type.length; 1344 is_arith &= !(mem_type.width == 16 && mem_type.floating); 1356 if (mem_type.width == 16 && mem_type.floating) { 1368 src_type.length *= pixels / (src_type.length / mem_type.length); 1438 struct lp_type mem_type; local in function:convert_from_blend_type [all...] |
| /xsrc/external/mit/libpciaccess/dist/include/ |
| H A D | pciaccess.h | 459 uint8_t mem_type; member in struct:pci_bridge_info
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 1850 struct lp_type mem_type; local in function:convert_to_blend_type 1918 lp_mem_type_from_format_desc(src_fmt, &mem_type); 1922 is_arith = blend_type.length * blend_type.width != mem_type.width * mem_type.length; 1923 is_arith &= !(mem_type.width == 16 && mem_type.floating); 1935 if (mem_type.width == 16 && mem_type.floating) { 1947 src_type.length *= pixels / (src_type.length / mem_type.length); 2017 struct lp_type mem_type; local in function:convert_from_blend_type [all...] |
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | common_bridge.c | 99 info->mem_type = buf[0x20] & 0x0f;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 131 unsigned mem_type, 149 declaration.MemType = mem_type; 121 tgsi_build_declaration(unsigned file,unsigned usage_mask,unsigned interpolate,unsigned dimension,unsigned semantic,unsigned invariant,unsigned local,unsigned array,unsigned atomic,unsigned mem_type,struct tgsi_header * header) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 131 unsigned mem_type, 149 declaration.MemType = mem_type; 121 tgsi_build_declaration(unsigned file,unsigned usage_mask,unsigned interpolate,unsigned dimension,unsigned semantic,unsigned invariant,unsigned local,unsigned array,unsigned atomic,unsigned mem_type,struct tgsi_header * header) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 3628 struct anv_memory_type *mem_type = local in function:anv_AllocateMemory 3630 assert(mem_type->heapIndex < pdevice->memory.heap_count); 3632 &pdevice->memory.heaps[mem_type->heapIndex]; 3643 mem->type = mem_type; 3815 if (mem_type->propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_resource.c | 632 VkMemoryType mem_type = screen->info.mem_props.memoryTypes[mai.memoryTypeIndex]; local in function:resource_object_create 633 obj->coherent = mem_type.propertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; 635 obj->host_visible = mem_type.propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 1086 uint8_t mem_type; // TGSI_MEMORY_TYPE_* member in struct:tgsi::Source::MemoryFile 1479 memoryFiles[i].mem_type = decl->Declaration.MemType; 1610 memoryFiles[dst.getIndex(0)].mem_type == TGSI_MEMORY_TYPE_GLOBAL)) { 1617 memoryFiles[insn.getSrc(0).getIndex(0)].mem_type == 1815 switch (code->memoryFiles[fileIdx].mem_type) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 1035 uint8_t mem_type; // TGSI_MEMORY_TYPE_* member in struct:tgsi::Source::MemoryFile 1432 memoryFiles[i].mem_type = decl->Declaration.MemType; 1587 memoryFiles[dst.getIndex(0)].mem_type == TGSI_MEMORY_TYPE_GLOBAL)) { 1594 memoryFiles[insn.getSrc(0).getIndex(0)].mem_type == 1796 switch (code->memoryFiles[fileIdx].mem_type) {
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_device.c | 277 VkMemoryType mem_type = device->memory_properties.memoryTypes[i]; local in function:radv_physical_device_init_mem_types 279 if ((mem_type.propertyFlags & 281 mem_type.propertyFlags == VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) { 283 VkMemoryPropertyFlags property_flags = mem_type.propertyFlags | 291 .heapIndex = mem_type.heapIndex,
|