HomeSort by relevance Sort by last modified time
    Searched refs:getVertexFormatComponentSize (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.hpp 52 deUint32 getVertexFormatComponentSize (vk::VkFormat format);
vktPipelineVertexInputTests.cpp 75 return 1.0f / float((1 << (getVertexFormatComponentSize(format) * 8)) - 1);
82 return 1.0f / float((1 << (getVertexFormatComponentSize(format) * 8 - 1)) - 1);
359 const deUint32 offsetToComponentAlignment = getNextMultipleOffset(getVertexFormatComponentSize(attributeInfo.vkType),
378 attributeMaxSizes[attributeBinding] = de::max(attributeMaxSizes[attributeBinding], getVertexFormatComponentSize(attributeInfo.vkType));
    [all...]
vktPipelineVertexUtil.cpp 295 deUint32 getVertexFormatComponentSize (VkFormat format)

Completed in 50 milliseconds