Searched refs:swizzledNdx (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 1519 deUint32 swizzledNdx; in writeVertexInputValue() local 1528 swizzledNdx = ABGRSwizzle[componentNdx]; in writeVertexInputValue() 1530 swizzledNdx = ARGBSwizzle[componentNdx]; in writeVertexInputValue() 1532 swizzledNdx = BGRSwizzle[componentNdx]; in writeVertexInputValue() 1534 swizzledNdx = componentNdx; in writeVertexInputValue() 1549 …cription.format, componentNdx, deClamp32(-(deInt32)(vertexInputIndex + swizzledNdx), minIntValue, … in writeVertexInputValue() 1551 …destPtr, attribute.vkDescription.format, componentNdx, -(deInt32)(vertexInputIndex + swizzledNdx)); in writeVertexInputValue() 1561 …ibute.vkDescription.format, componentNdx, deClamp32(vertexInputIndex + swizzledNdx, minUintValue, … in writeVertexInputValue() 1563 …utValueUint(destPtr, attribute.vkDescription.format, componentNdx, vertexInputIndex + swizzledNdx); in writeVertexInputValue() 1577 … attribute.vkDescription.format, componentNdx, -(0.01f * (float)(vertexInputIndex + swizzledNdx))); in writeVertexInputValue() [all …]
|