Searched defs:vertexFormat (Results 1 - 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp141 const VkFormat vertexFormat = VK_FORMAT_R32G32_SFLOAT; local
142 const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(vertexFormat));
207 .setVertexInputSingleAttribute(vertexFormat, vertexStride)
H A DvktTessellationGeometryPassthroughTests.cpp443 const VkFormat vertexFormat = VK_FORMAT_R32G32B32A32_SFLOAT; local
513 .setVertexInputSingleAttribute(vertexFormat, tcu::getPixelSize(mapVkFormat(vertexFormat)))
H A DvktTessellationShaderInputOutputTests.cpp67 const VkFormat vertexFormat,
118 .setVertexInputSingleAttribute(vertexFormat, tcu::getPixelSize(mapVkFormat(vertexFormat)))
63 runTest(Context& context, const int numPrimitives, const int inPatchSize, const int outPatchSize, const VkFormat vertexFormat, const void* vertexData, const VkDeviceSize vertexDataSizeBytes, const tcu::ConstPixelBufferAccess& referenceImageAccess) argument
H A DvktTessellationUserDefinedIO.cpp772 const VkFormat vertexFormat = VK_FORMAT_R32_SFLOAT; local
773 const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(vertexFormat));
838 .setVertexInputSingleAttribute(vertexFormat, vertexStride)
H A DvktTessellationUtil.cpp554 GraphicsPipelineBuilder& GraphicsPipelineBuilder::setVertexInputSingleAttribute (const VkFormat vertexFormat, const deUint32 stride) argument
566 vertexFormat, // VkFormat format;
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp102 GraphicsPipelineBuilder& GraphicsPipelineBuilder::setVertexInputSingleAttribute (const VkFormat vertexFormat, const deUint32 stride) argument
114 vertexFormat, // VkFormat format;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp528 GraphicsPipelineBuilder& GraphicsPipelineBuilder::setVertexInputSingleAttribute (const VkFormat vertexFormat, const deUint32 stride) argument
540 vertexFormat, // VkFormat format;
/external/deqp/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp279 const VkFormat vertexFormat = VK_FORMAT_R32G32B32A32_SFLOAT; local
291 vertexFormat, // VkFormat format;

Completed in 132 milliseconds