Home
last modified time | relevance | path

Searched refs:VkComponentTypeKHR (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp138 VkComponentTypeKHR inputType;
139 VkComponentTypeKHR outputType;
182 result.AType = (VkComponentTypeKHR) properties.AType; in convertCooperativeMatrixProperties()
183 result.BType = (VkComponentTypeKHR) properties.BType; in convertCooperativeMatrixProperties()
184 result.CType = (VkComponentTypeKHR) properties.CType; in convertCooperativeMatrixProperties()
185 result.ResultType = (VkComponentTypeKHR) properties.DType; in convertCooperativeMatrixProperties()
376 const VkComponentTypeKHR types[2] = { m_data.inputType, m_data.outputType }; in checkSupport()
443 bool isFloatType (VkComponentTypeKHR t) in isFloatType()
456 bool isSIntType (VkComponentTypeKHR t) in isSIntType()
805 void setDataFloat (void *base, VkComponentTypeKHR d
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h11174 typedef enum VkComponentTypeKHR { enum
11198 } VkComponentTypeKHR; typedef
11217 VkComponentTypeKHR AType;
11218 VkComponentTypeKHR BType;
11219 VkComponentTypeKHR CType;
11220 VkComponentTypeKHR ResultType;
14501 typedef VkComponentTypeKHR VkComponentTypeNV;

Completed in 63 milliseconds