HomeSort by: relevance | last modified time | path
    Searched defs:type_info (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
pgmdump.c 73 // Covers a lot of type_info
75 type_info & 0xFF
76 if ((type_info >> 8) == 0x8b) // vector
106 else if ((type_info >> 8) == 0x8d) // GLES3 samplers
124 uint32_t type_info; member in struct:attribute
135 uint32_t type_info; member in struct:uniform
160 uint32_t type_info; member in struct:uniformblockmember
180 uint32_t type_info; member in struct:uniformblock
194 uint32_t type_info; member in struct:sampler
206 uint32_t type_info; member in struct:varying
214 uint32_t type_info; member in struct:output
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_queue.c 808 const VkSemaphoreTypeCreateInfo *type_info = local
811 if (type_info && type_info->semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE) {
813 initial_val = type_info->initialValue;
vn_physical_device.c 2364 const VkSemaphoreTypeCreateInfoKHR *type_info = vk_find_struct_const( local
2367 type_info ? type_info->semaphoreType : VK_SEMAPHORE_TYPE_BINARY;
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_queue.c 2170 const VkSemaphoreTypeCreateInfoKHR *type_info = local
2173 if (!type_info)
2177 *initial_value = type_info->initialValue;
2178 return type_info->semaphoreType;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_drm.c 716 const VkSemaphoreTypeCreateInfoKHR *type_info = local
719 if (!type_info)
723 *initial_value = type_info->initialValue;
724 return type_info->semaphoreType;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_device.c 6080 const VkSemaphoreTypeCreateInfo *type_info = local
6083 if (!type_info)
6087 *initial_value = type_info->initialValue;
6088 return type_info->semaphoreType;

Completed in 18 milliseconds