Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp181 VkFormat vkType; member
328 …(attributeInfo.vkType == VK_FORMAT_R64G64B64_SFLOAT || attributeInfo.vkType == VK_FORMAT_R64G64B64… in getConsumedLocations()
519 const deUint32 inputSize = getVertexFormatSize(attributeInfo.vkType); in createInstance()
529 const deUint32 inputSize = getVertexFormatSize(attributeInfo.vkType); in createInstance()
540 attributeInfo.vkType, // VkFormat format; in createInstance()
553 …t32 offsetToComponentAlignment = getNextMultipleOffset(getVertexFormatSize(attributeInfo.vkType), in createInstance()
563 …ing] = de::max(attributeMaxSizes[attributeBinding], getVertexFormatSize(attributeInfo.vkType)); in createInstance()
768 const tcu::Vec4 threshold = getFormatThreshold(attributeInfo.vkType); in getGlslAttributeConditions()
792 if (isVertexFormatComponentOrderABGR(attributeInfo.vkType)) in getGlslAttributeConditions()
794 else if (isVertexFormatComponentOrderARGB(attributeInfo.vkType)) in getGlslAttributeConditions()
[all …]