Home
last modified time | relevance | path

Searched refs:type_bits (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c66 uint32_t type_bits) in select_memory_type() argument
70 if ((type_bits & (1 << i)) && (type.propertyFlags & props) == props) in select_memory_type()
/external/mesa3d/src/compiler/nir/
Dnir_algebraic.py74 def type_bits(type_str): function
660 dst_type_bits = type_bits(nir_op.output_type)
667 src_type_bits = type_bits(src_type)
/external/brotli/c/enc/
Dbrotli_bit_stream.c103 uint16_t type_bits[BROTLI_MAX_BLOCK_TYPE_SYMBOLS]; member
744 BrotliWriteBits(code->type_depths[typecode], code->type_bits[typecode], in StoreBlockSwitch()
779 &code->type_depths[0], &code->type_bits[0], in BuildAndStoreBlockSplitCode()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp181 bool PhysicalDevice::set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const Vk… in set_memory_type() argument
183 uint32_t type_mask = type_bits; in set_memory_type()
Dvktestbinding.h161 …bool set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const VkMemoryPropertyF…
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1003 uint32_t type_bits) in vk_memory_type() argument
1008 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i)) in vk_memory_type()