Searched refs:type_bits (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_private.h | 62 uint32_t type_bits); 64 uint32_t type_bits); 162 uint32_t type_bits); 165 uint32_t type_bits);
|
H A D | wsi_common.c | 1290 uint32_t type_bits) in wsi_select_memory_type() 1292 assert(type_bits != 0); in wsi_select_memory_type() 1295 u_foreach_bit(t, type_bits) { in wsi_select_memory_type() 1314 return wsi_select_memory_type(wsi, req_props, deny_props, type_bits); in wsi_select_memory_type() 1322 uint32_t type_bits) in wsi_select_device_memory_type() 1325 0 /* deny_props */, type_bits); in wsi_select_device_memory_type() 1330 uint32_t type_bits) in wsi_select_host_memory_type() 1333 0 /* deny_props */, type_bits); in wsi_select_host_memory_type() 1287 wsi_select_memory_type(const struct wsi_device *wsi, VkMemoryPropertyFlags req_props, VkMemoryPropertyFlags deny_props, uint32_t type_bits) wsi_select_memory_type() argument 1321 wsi_select_device_memory_type(const struct wsi_device *wsi, uint32_t type_bits) wsi_select_device_memory_type() argument 1329 wsi_select_host_memory_type(const struct wsi_device *wsi, uint32_t type_bits) wsi_select_host_memory_type() argument
|
H A D | wsi_common_drm.c | 298 uint32_t type_bits) in prime_select_buffer_memory_type() 302 type_bits); in prime_select_buffer_memory_type() 297 prime_select_buffer_memory_type(const struct wsi_device *wsi, uint32_t type_bits) prime_select_buffer_memory_type() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_algebraic.py | 75 def type_bits(type_str): function 666 dst_type_bits = type_bits(nir_op.output_type) 673 src_type_bits = type_bits(src_type)
|
/third_party/node/deps/brotli/c/enc/ |
H A 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/skia/third_party/externals/brotli/c/enc/ |
H A 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/skia/third_party/externals/imgui/backends/ |
H A 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/ |
H A D | overlay.cpp | 1012 uint32_t type_bits) in vk_memory_type() 1017 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i)) in vk_memory_type() 1010 vk_memory_type(struct device_data *data, VkMemoryPropertyFlags properties, uint32_t type_bits) vk_memory_type() argument
|
Completed in 24 milliseconds