Searched refs:type_bits (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkmemory.c | 230 device, guint32 type_bits, VkMemoryPropertyFlags properties, in gst_vulkan_memory_find_memory_type_index_with_type_properties() argument 237 if ((type_bits & 1) == 1) { in gst_vulkan_memory_find_memory_type_index_with_type_properties() 245 type_bits >>= 1; in gst_vulkan_memory_find_memory_type_index_with_type_properties()
|
D | gstvkmemory.h | 140 guint32 type_bits,
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 69 uint32_t type_bits) in select_memory_type() argument 71 assert(type_bits); in select_memory_type() 78 if ((type_bits & (1 << i)) && local == want_device_local) in select_memory_type() 86 return ffs(type_bits) - 1; in select_memory_type()
|
D | wsi_common_win32.c | 318 uint32_t type_bits) in select_memory_type() argument 322 if ((type_bits & (1 << i)) && (type.propertyFlags & props) == props) in select_memory_type()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_algebraic.py | 64 def type_bits(type_str): function 641 dst_type_bits = type_bits(nir_op.output_type) 648 src_type_bits = type_bits(src_type)
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | brotli_bit_stream.c | 103 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()
|
/third_party/node/deps/brotli/c/enc/ |
D | brotli_bit_stream.c | 103 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()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.cpp | 153 static uint32_t ImGui_ImplVulkan_MemoryType(VkMemoryPropertyFlags properties, uint32_t type_bits) in ImGui_ImplVulkan_MemoryType() argument 158 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i)) in ImGui_ImplVulkan_MemoryType()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.cpp | 318 static uint32_t ImGui_ImplVulkan_MemoryType(VkMemoryPropertyFlags properties, uint32_t type_bits) in ImGui_ImplVulkan_MemoryType() argument 325 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1 << i)) in ImGui_ImplVulkan_MemoryType()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1012 uint32_t type_bits) in vk_memory_type() argument 1017 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i)) in vk_memory_type()
|