Searched refs:minIntValue (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 823 const deInt32 minIntValue = -maxIntValue; in getGlslAttributeConditions() local 825 …ponentCount << " * " << indexId << " + " << componentIndex << "), " << minIntValue << ", " << maxI… in getGlslAttributeConditions() 1538 const deInt32 minIntValue = -maxIntValue; in writeVertexInputValue() local 1549 …at, componentNdx, deClamp32(-(deInt32)(vertexInputIndex + swizzledNdx), minIntValue, maxIntValue)); in writeVertexInputValue() 1585 …at, componentNdx, deClamp32(-(deInt32)(vertexInputIndex + swizzledNdx), minIntValue, maxIntValue)); in writeVertexInputValue() 1599 ….vkDescription.format, componentNdx, deClamp32(minIntValue + (vertexInputIndex + swizzledNdx), min… in writeVertexInputValue() 1601 …writeVertexInputValueSint(destPtr, attribute.vkDescription.format, componentNdx, minIntValue + (ve… in writeVertexInputValue()
|