Searched refs:type_bits (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_drm.c69 uint32_t type_bits)
71 assert(type_bits);
78 if ((type_bits & (1 << i)) && local == want_device_local)
86 return ffs(type_bits) - 1;
67 select_memory_type(const struct wsi_device * wsi,bool want_device_local,uint32_t type_bits) argument
H A Dwsi_common_win32.c318 uint32_t type_bits)
322 if ((type_bits & (1 << i)) && (type.propertyFlags & props) == props)
316 select_memory_type(const struct wsi_device * wsi,VkMemoryPropertyFlags props,uint32_t type_bits) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py64 def type_bits(type_str): function
641 dst_type_bits = type_bits(nir_op.output_type)
648 src_type_bits = type_bits(src_type)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py71 def type_bits(type_str): function
564 dst_type_bits = type_bits(nir_op.output_type)
571 src_type_bits = type_bits(src_type)
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c103 uint16_t type_bits[BROTLI_MAX_BLOCK_TYPE_SYMBOLS]; member in struct:BlockSplitCode
744 BrotliWriteBits(code->type_depths[typecode], code->type_bits[typecode],
779 &code->type_depths[0], &code->type_bits[0],
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common.c299 uint32_t type_bits)
303 if ((type_bits & (1 << i)) && (type.propertyFlags & props) == props)
297 select_memory_type(const struct wsi_device * wsi,VkMemoryPropertyFlags props,uint32_t type_bits) argument
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp773 uint32_t type_bits)
778 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i))
771 vk_memory_type(struct device_data * data,VkMemoryPropertyFlags properties,uint32_t type_bits) argument
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1012 uint32_t type_bits)
1017 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i))
1010 vk_memory_type(struct device_data * data,VkMemoryPropertyFlags properties,uint32_t type_bits) argument

Completed in 18 milliseconds