OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vertexFormat
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationMiscDrawTests.cpp
141
const VkFormat
vertexFormat
= VK_FORMAT_R32G32_SFLOAT;
142
const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(
vertexFormat
));
207
.setVertexInputSingleAttribute(
vertexFormat
, vertexStride)
vktTessellationGeometryPassthroughTests.cpp
443
const VkFormat
vertexFormat
= VK_FORMAT_R32G32B32A32_SFLOAT;
513
.setVertexInputSingleAttribute(
vertexFormat
, tcu::getPixelSize(mapVkFormat(
vertexFormat
)))
vktTessellationUserDefinedIO.cpp
772
const VkFormat
vertexFormat
= VK_FORMAT_R32_SFLOAT;
773
const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(
vertexFormat
));
838
.setVertexInputSingleAttribute(
vertexFormat
, vertexStride)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp
279
const VkFormat
vertexFormat
= VK_FORMAT_R32G32B32A32_SFLOAT;
291
vertexFormat
, // VkFormat format;
[
all
...]
Completed in 483 milliseconds