Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_algebraic.py39 def type_bits(type_str): function
346 src_type_bits = type_bits(nir_op.input_types[i])
353 dst_type_bits = type_bits(nir_op.output_type)
374 dst_type_bits = type_bits(nir_op.output_type)
389 src_type_bits = type_bits(nir_op.input_types[i])
419 src_type_bits = type_bits(nir_op.input_types[i])
426 dst_type_bits = type_bits(nir_op.output_type)
450 dst_type_bits = type_bits(nir_op.output_type)
458 src_type_bits = type_bits(nir_op.input_types[i])
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c165 uint32_t type_bits) in select_memory_type() argument
169 if ((type_bits & (1 << i)) && (type.propertyFlags & props) == props) in select_memory_type()
/external/brotli/c/enc/
Dbrotli_bit_stream.c118 uint16_t type_bits[BROTLI_MAX_BLOCK_TYPE_SYMBOLS]; member
759 BrotliWriteBits(code->type_depths[typecode], code->type_bits[typecode], in StoreBlockSwitch()
794 &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…