Searched refs:type_bits (Results 1 – 6 of 6) sorted by relevance
66 uint32_t type_bits) in select_memory_type() argument70 if ((type_bits & (1 << i)) && (type.propertyFlags & props) == props) in select_memory_type()
74 def type_bits(type_str): function660 dst_type_bits = type_bits(nir_op.output_type)667 src_type_bits = type_bits(src_type)
103 uint16_t type_bits[BROTLI_MAX_BLOCK_TYPE_SYMBOLS]; member744 BrotliWriteBits(code->type_depths[typecode], code->type_bits[typecode], in StoreBlockSwitch()779 &code->type_depths[0], &code->type_bits[0], in BuildAndStoreBlockSplitCode()
181 bool PhysicalDevice::set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const Vk… in set_memory_type() argument183 uint32_t type_mask = type_bits; in set_memory_type()
161 …bool set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const VkMemoryPropertyF…
1003 uint32_t type_bits) in vk_memory_type() argument1008 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i)) in vk_memory_type()