OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVertexFormatSize
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.hpp
50
deUint32
getVertexFormatSize
(vk::VkFormat format);
vktPipelineVertexInputTests.cpp
516
const deUint32 inputSize =
getVertexFormatSize
(attributeInfo.vkType);
526
const deUint32 inputSize =
getVertexFormatSize
(attributeInfo.vkType);
550
const deUint32 offsetToComponentAlignment = getNextMultipleOffset(
getVertexFormatSize
(attributeInfo.vkType),
560
attributeMaxSizes[attributeBinding] = de::max(attributeMaxSizes[attributeBinding],
getVertexFormatSize
(attributeInfo.vkType));
[
all
...]
vktPipelineVertexUtil.cpp
37
deUint32
getVertexFormatSize
(VkFormat format)
Completed in 94 milliseconds