Home
last modified time | relevance | path

Searched refs:layerNdx (Results 1 - 25 of 63) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp242 for (int layerNdx = 0; layerNdx < caseDef.texture.numLayers(); ++layerNdx) in insertImageViews()
244 (*pOutImageViews)[layerNdx] = makeVkSharedPtr(makeImageView( in insertImageViews()
246 makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, layerNdx, 1u))); in insertImageViews()
266 for (int layerNdx = 0; layerNdx < caseDef.texture.numLayers(); ++layerNdx) in insertDescriptorSets()
267 (*pOutDescriptorSets)[layerNdx] = makeVkSharedPtr(makeDescriptorSet(vk, device, descriptorPool, descriptorSetLayout)); in insertDescriptorSets()
311 for (int layerNdx in test()
[all...]
H A DvktImageMisalignedCubeTests.cpp227 for (deUint32 layerNdx = 0; layerNdx < numLayers; ++layerNdx) in iterate()
229 const float componentValue = float(16 * layerNdx) / 255.0f; in iterate()
231 const VkDeviceSize bufferOffset = layerNdx * layerSize; in iterate()
232 const VkImageSubresourceLayers imageSubresource = makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, layerNdx, 1u); in iterate()
253 for (deUint32 layerNdx = 0; layerNdx < 6; ++layerNdx) in iterate()
255 const deUint32 layerUsed = cube0LayerStart + layerNdx; in iterate()
[all...]
H A DvktImageLoadStoreTests.cpp153 for (int layerNdx = 0; layerNdx < numLayersOrSlices; ++layerNdx) in comparePixelBuffers()
155 const std::string comparisonName = "Comparison" + de::toString(layerNdx); in comparePixelBuffers()
157 (isCube(texture) ? "face " + de::toString(layerNdx % numCubeFaces) + ", cube " + de::toString(layerNdx / numCubeFaces) : in comparePixelBuffers()
158 is3d ? "slice " + de::toString(layerNdx) : "layer " + de::toString(layerNdx) + " , level " + de::toString(mipmapLevel)); in comparePixelBuffers()
160 const tcu::ConstPixelBufferAccess refLayer = getLayerOrSlice(texture, reference, layerNdx); in comparePixelBuffers()
161 const tcu::ConstPixelBufferAccess resultLayer = getLayerOrSlice(texture, result, layerNdx); in comparePixelBuffers()
1019 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
1122 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
1668 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
1953 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
2109 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
2278 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
[all...]
H A DvktImageCompressionTranscodingSupport.cpp572 for (deUint32 layerNdx = 0u; layerNdx < getLayerCount(); ++layerNdx) in iterate()
576 makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, mipNdx, 1u, layerNdx, 1u), in iterate()
648 for (deUint32 layerNdx = 0u; layerNdx < getLayerCount(); ++layerNdx) in iterate()
650 const deUint32 imageNdx = layerNdx + mipNdx * getLayerCount(); in iterate()
1002 for (size_t layerNdx = 0ull; layerNdx < getLayerCoun in createImageInfos()
[all...]
H A DvktImageQualifiersTests.cpp130 for (deUint32 layerNdx = 0; layerNdx < getNumLayers(imageType, imageSize); ++layerNdx) in comparePixelBuffers()
132 const std::string comparisonName = "Comparison" + de::toString(layerNdx); in comparePixelBuffers()
138 comparisonDesc = comparisonDesc + "slice " + de::toString(layerNdx); in comparePixelBuffers()
143 comparisonDesc = comparisonDesc + "face " + de::toString(layerNdx % 6) + ", cube " + de::toString(layerNdx / 6); in comparePixelBuffers()
147 comparisonDesc = comparisonDesc + "layer " + de::toString(layerNdx); in comparePixelBuffers()
151 const tcu::ConstPixelBufferAccess refLayer = getLayerOrSlice(imageType, reference, layerNdx); in comparePixelBuffers()
152 const tcu::ConstPixelBufferAccess resultLayer = getLayerOrSlice(imageType, result, layerNdx); in comparePixelBuffers()
[all...]
H A DvktImageSubresourceLayoutTests.cpp522 for (deUint32 layerNdx = 0; layerNdx < numLayers; ++layerNdx) in iterateAspect()
524 const auto imageSubresource = makeImageSubresource(imageAspect, levelNdx, layerNdx); in iterateAspect()
538 << " layer " << layerNdx in iterateAspect()
544 if ((subresourceLayout.offset - levelSubresourceLayout.offset) != (layerNdx * subresourceLayout.arrayPitch)) in iterateAspect()
549 << " layer " << layerNdx in iterateAspect()
561 << " layer " << layerNdx in iterateAspect()
574 << " layer " << layerNdx in iterateAspect()
586 << " layer " << layerNdx in iterateAspect()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp206 for (int layerNdx = 0; layerNdx < caseDef.texture.numLayers(); ++layerNdx) in insertImageViews()
208 (*pOutImageViews)[layerNdx] = makeVkSharedPtr(makeImageView( in insertImageViews()
210 makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, layerNdx, 1u))); in insertImageViews()
230 for (int layerNdx = 0; layerNdx < caseDef.texture.numLayers(); ++layerNdx) in insertDescriptorSets()
231 (*pOutDescriptorSets)[layerNdx] = makeVkSharedPtr(makeDescriptorSet(vk, device, descriptorPool, descriptorSetLayout)); in insertDescriptorSets()
275 for (int layerNdx in test()
[all...]
H A DvktImageMisalignedCubeTests.cpp227 for (deUint32 layerNdx = 0; layerNdx < numLayers; ++layerNdx) in iterate()
229 const float componentValue = float(16 * layerNdx) / 255.0f; in iterate()
231 const VkDeviceSize bufferOffset = layerNdx * layerSize; in iterate()
232 const VkImageSubresourceLayers imageSubresource = makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, layerNdx, 1u); in iterate()
253 for (deUint32 layerNdx = 0; layerNdx < 6; ++layerNdx) in iterate()
255 const deUint32 layerUsed = cube0LayerStart + layerNdx; in iterate()
[all...]
H A DvktImageLoadStoreTests.cpp153 for (int layerNdx = 0; layerNdx < numLayersOrSlices; ++layerNdx) in comparePixelBuffers()
155 const std::string comparisonName = "Comparison" + de::toString(layerNdx); in comparePixelBuffers()
157 (isCube(texture) ? "face " + de::toString(layerNdx % numCubeFaces) + ", cube " + de::toString(layerNdx / numCubeFaces) : in comparePixelBuffers()
158 is3d ? "slice " + de::toString(layerNdx) : "layer " + de::toString(layerNdx) + " , level " + de::toString(mipmapLevel)); in comparePixelBuffers()
160 const tcu::ConstPixelBufferAccess refLayer = getLayerOrSlice(texture, reference, layerNdx); in comparePixelBuffers()
161 const tcu::ConstPixelBufferAccess resultLayer = getLayerOrSlice(texture, result, layerNdx); in comparePixelBuffers()
1012 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
1115 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
1639 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
1924 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
2080 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
2249 commandBindDescriptorsForLayer(const VkCommandBuffer cmdBuffer, const VkPipelineLayout pipelineLayout, const int layerNdx) commandBindDescriptorsForLayer() argument
[all...]
H A DvktImageCompressionTranscodingSupport.cpp572 for (deUint32 layerNdx = 0u; layerNdx < getLayerCount(); ++layerNdx) in iterate()
576 makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, mipNdx, 1u, layerNdx, 1u), in iterate()
646 for (deUint32 layerNdx = 0u; layerNdx < getLayerCount(); ++layerNdx) in iterate()
648 const deUint32 imageNdx = layerNdx + mipNdx * getLayerCount(); in iterate()
991 for (size_t layerNdx = 0ull; layerNdx < getLayerCoun in createImageInfos()
[all...]
H A DvktImageSubresourceLayoutTests.cpp517 for (deUint32 layerNdx = 0; layerNdx < numLayers; ++layerNdx) in iterateAspect()
519 const auto imageSubresource = makeImageSubresource(imageAspect, levelNdx, layerNdx); in iterateAspect()
533 << " layer " << layerNdx in iterateAspect()
539 if ((subresourceLayout.offset - levelSubresourceLayout.offset) != (layerNdx * subresourceLayout.arrayPitch)) in iterateAspect()
544 << " layer " << layerNdx in iterateAspect()
556 << " layer " << layerNdx in iterateAspect()
569 << " layer " << layerNdx in iterateAspect()
581 << " layer " << layerNdx in iterateAspect()
[all...]
H A DvktImageQualifiersTests.cpp130 for (deUint32 layerNdx = 0; layerNdx < getNumLayers(imageType, imageSize); ++layerNdx) in comparePixelBuffers()
132 const std::string comparisonName = "Comparison" + de::toString(layerNdx); in comparePixelBuffers()
138 comparisonDesc = comparisonDesc + "slice " + de::toString(layerNdx); in comparePixelBuffers()
143 comparisonDesc = comparisonDesc + "face " + de::toString(layerNdx % 6) + ", cube " + de::toString(layerNdx / 6); in comparePixelBuffers()
147 comparisonDesc = comparisonDesc + "layer " + de::toString(layerNdx); in comparePixelBuffers()
151 const tcu::ConstPixelBufferAccess refLayer = getLayerOrSlice(imageType, reference, layerNdx); in comparePixelBuffers()
152 const tcu::ConstPixelBufferAccess resultLayer = getLayerOrSlice(imageType, result, layerNdx); in comparePixelBuffers()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp790 for (int layerNdx = 0; layerNdx < getArraySize(); layerNdx++) in getSize()
792 const tcu::ConstPixelBufferAccess level = getLevel(levelNdx, layerNdx); in getSize()
814 for (int layerNdx = 0; layerNdx < getArraySize(); layerNdx++) in getCompressedSize()
817 textureSize += getCompressedLevel(levelNdx, layerNdx).getDataSize(); in getCompressedSize()
854 for (int layerNdx = 0; layerNdx < getArraySiz in getBufferCopyRegions()
[all...]
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp944 for (deUint32 layerNdx = 0u; layerNdx < params.numLayers; ++layerNdx) in draw()
947 makeImageView(vk, device, *wd.colorImage, VK_IMAGE_VIEW_TYPE_2D, params.colorFormat, makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, layerNdx, 1u))))); in draw()
962 for (deUint32 layerNdx = 0u; layerNdx < params.numLayers; ++layerNdx) in draw()
965 attachments.push_back(**imageViews[layerNdx]); in draw()
1083 for (deUint32 layerNdx = 0u; layerNdx < param in draw()
1215 getSingleSampledAccess(const void* const imageData, const TestParams& params, const deUint32 sampleNdx, const deUint32 layerNdx) getSingleSampledAccess() argument
[all...]
H A DvktPipelineMultisampleImageTests.cpp1049 for (int layerNdx = 0; layerNdx < caseDef.numLayers; ++layerNdx)
1051 if (layerNdx != 0)
1055 vk.cmdBindPipeline(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, **pipelinesSp[layerNdx]);
1057 pipelineWrapper[layerNdx].bind(*cmdBuffer);
1130 src << " for (int layerNdx = 0; layerNdx < " << caseDef.numLayers << "; ++layerNdx)\n"
1132 << " " << texelFormatStr << " color = texelFetch(colorTexture, ivec3(gl_FragCoord.xy, layerNdx), sampleNd
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp780 for (int layerNdx = 0; layerNdx < getArraySize(); layerNdx++) in getSize()
782 const tcu::ConstPixelBufferAccess level = getLevel(levelNdx, layerNdx); in getSize()
804 for (int layerNdx = 0; layerNdx < getArraySize(); layerNdx++) in getCompressedSize()
807 textureSize += getCompressedLevel(levelNdx, layerNdx).getDataSize(); in getCompressedSize()
844 for (int layerNdx = 0; layerNdx < getArraySiz in getBufferCopyRegions()
[all...]
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp971 for (deUint32 layerNdx = 0u; layerNdx < params.numLayers; ++layerNdx) in draw()
974 makeImageView(vk, device, *wd.colorImage, VK_IMAGE_VIEW_TYPE_2D, params.colorFormat, makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, layerNdx, 1u))))); in draw()
988 for (deUint32 layerNdx = 0u; layerNdx < params.numLayers; ++layerNdx) in draw()
990 attachments.push_back(**imageViews[layerNdx]); in draw()
1108 for (deUint32 layerNdx = 0u; layerNdx < param in draw()
1250 getSingleSampledAccess(const void* const imageData, const TestParams& params, const deUint32 sampleNdx, const deUint32 layerNdx) getSingleSampledAccess() argument
[all...]
H A DvktPipelineMultisampleImageTests.cpp1042 for (int layerNdx = 0; layerNdx < caseDef.numLayers; ++layerNdx)
1044 if (layerNdx != 0)
1047 VkPipeline pipeline = isMonolithic ? **pipelinesSp[layerNdx] : pipelineWrapper[layerNdx].getPipeline();
1121 src << " for (int layerNdx = 0; layerNdx < " << caseDef.numLayers << "; ++layerNdx)\n"
1123 << " " << texelFormatStr << " color = texelFetch(colorTexture, ivec3(gl_FragCoord.xy, layerNdx), sampleNd
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp701 bool verifyLayerContent (tcu::TestLog& log, const TestType testType, const tcu::ConstPixelBufferAccess image, const int layerNdx, const int numLayers, const bool depthCheck, const bool stencilCheck)
705 const float variableBarRatio = static_cast<float>(layerNdx) / static_cast<float>(numLayers);
710 if (layerNdx == 0)
716 if (layerNdx == targetLayer)
723 return verifyImageSingleColoredRow(log, image, 0.5f, s_colors[layerNdx % DE_LENGTH_OF_ARRAY(s_colors)]);
727 if (layerNdx == 0)
735 const tcu::Vec4 layerColor( (layerNdx % 2) == 1 ? 1.0f : 0.5f,
736 ((layerNdx/2) % 2) == 1 ? 1.0f : 0.5f,
737 layerNdx == 0 ? 1.0f : 0.0f,
751 const float pass0depth = static_cast<float>(layerNdx
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp701 bool verifyLayerContent (tcu::TestLog& log, const TestType testType, const tcu::ConstPixelBufferAccess image, const int layerNdx, const int numLayers, const bool depthCheck, const bool stencilCheck)
705 const float variableBarRatio = static_cast<float>(layerNdx) / static_cast<float>(numLayers);
710 if (layerNdx == 0)
716 if (layerNdx == targetLayer)
723 return verifyImageSingleColoredRow(log, image, 0.5f, s_colors[layerNdx % DE_LENGTH_OF_ARRAY(s_colors)]);
727 if (layerNdx == 0)
735 const tcu::Vec4 layerColor( (layerNdx % 2) == 1 ? 1.0f : 0.5f,
736 ((layerNdx/2) % 2) == 1 ? 1.0f : 0.5f,
737 layerNdx == 0 ? 1.0f : 0.0f,
751 const float pass0depth = static_cast<float>(layerNdx
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp307 const tcu::Vec4 getQuarterRefColor (const deUint32 quarterNdx, const int colorNdx, const int layerNdx, const bool background = true, const deUint32 subpassNdx = 0u) const;
309 void setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& pointColor, const int pointSize, const int layerNdx, const deUint32 quarter) const;
310 void fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter) const;
311 void fillLayer (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx) const;
312 void fillQuarter (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter, const deUint32 subpassNdx) const;
1319 for (deUint32 layerNdx = 0u; layerNdx < m_parameters.extent.depth; layerNdx++) in checkImage()
1321 tcu::ConstPixelBufferAccess ref (mapVkFormat(m_parameters.colorFormat), m_parameters.extent.width, m_parameters.extent.height, 1u, referenceFrame->getLevel(0).getPixelPtr(0, 0, layerNdx)); in checkImage()
1322 tcu::ConstPixelBufferAccess dst (mapVkFormat(m_parameters.colorFormat), m_parameters.extent.width, m_parameters.extent.height, 1u, renderedFrame.getPixelPtr(0 ,0, layerNdx)); in checkImage()
1329 getQuarterRefColor(const deUint32 quarterNdx, const int colorNdx, const int layerNdx, const bool background, const deUint32 subpassNdx) const getQuarterRefColor() argument
1410 setPoint(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& pointColor, const int pointSize, const int layerNdx, const deUint32 quarter) const setPoint() argument
1423 fillTriangle(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter) const fillTriangle() argument
1447 fillQuarter(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter, const deUint32 subpassNdx) const fillQuarter() argument
1542 int layerNdx = 0; imageData() local
3522 int layerNdx = 0; imageData() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp320 const tcu::Vec4 getQuarterRefColor (const deUint32 quarterNdx, const int colorNdx, const int layerNdx, const bool background = true, const deUint32 subpassNdx = 0u) const;
322 void setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& pointColor, const int pointSize, const int layerNdx, const deUint32 quarter) const;
323 void fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter) const;
324 void fillLayer (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx) const;
325 void fillQuarter (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter, const deUint32 subpassNdx) const;
1343 for (deUint32 layerNdx = 0u; layerNdx < m_parameters.extent.depth; layerNdx++) in checkImage()
1345 tcu::ConstPixelBufferAccess ref (mapVkFormat(m_parameters.colorFormat), m_parameters.extent.width, m_parameters.extent.height, 1u, referenceFrame->getLevel(0).getPixelPtr(0, 0, layerNdx)); in checkImage()
1346 tcu::ConstPixelBufferAccess dst (mapVkFormat(m_parameters.colorFormat), m_parameters.extent.width, m_parameters.extent.height, 1u, renderedFrame.getPixelPtr(0 ,0, layerNdx)); in checkImage()
1353 getQuarterRefColor(const deUint32 quarterNdx, const int colorNdx, const int layerNdx, const bool background, const deUint32 subpassNdx) const getQuarterRefColor() argument
1435 setPoint(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& pointColor, const int pointSize, const int layerNdx, const deUint32 quarter) const setPoint() argument
1448 fillTriangle(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter) const fillTriangle() argument
1472 fillQuarter(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter, const deUint32 subpassNdx) const fillQuarter() argument
1567 int layerNdx = 0; imageData() local
3630 int layerNdx = 0; imageData() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1767 int layerNdx;
1780 glu::TextureTestUtil::computeQuadTexCoord2DArray(res, m_iterations[iterationNdx].layerNdx, Vec2(-0.3f, -0.4f), Vec2(1.5f, 1.6f));
1791 for (int layerNdx = -1; layerNdx < m_textureSize.z()+1; layerNdx++)
1794 if (layerNdx == 0)
1800 m_iterations.back().layerNdx = layerNdx;
1808 if (isDepthFormat(m_textureFormat) || basicIterations[basicNdx].componentNdx == (layerNdx + 2) % 4)
1812 m_iterations.back().layerNdx
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp113 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoord2DArray() argument
117 dst[0] = bottomLeft.x(); dst[ 1] = bottomLeft.y(); dst[ 2] = (float)layerNdx; in computeQuadTexCoord2DArray()
118 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx; in computeQuadTexCoord2DArray()
119 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx; in computeQuadTexCoord2DArray()
120 dst[9] = topRight.x(); dst[10] = topRight.y(); dst[11] = (float)layerNdx; in computeQuadTexCoord2DArray()
2038 int layerNdx; member
2053 for (int layerNdx = -1; layerNdx < textureSize.z()+1; layerNdx++) in generate2DArrayCaseIterations()
2056 if (layerNdx in generate2DArrayCaseIterations()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp113 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoord2DArray() argument
117 dst[0] = bottomLeft.x(); dst[ 1] = bottomLeft.y(); dst[ 2] = (float)layerNdx; in computeQuadTexCoord2DArray()
118 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx; in computeQuadTexCoord2DArray()
119 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx; in computeQuadTexCoord2DArray()
120 dst[9] = topRight.x(); dst[10] = topRight.y(); dst[11] = (float)layerNdx; in computeQuadTexCoord2DArray()
2052 int layerNdx; member
2067 for (int layerNdx = -1; layerNdx < textureSize.z()+1; layerNdx++) in generate2DArrayCaseIterations()
2070 if (layerNdx in generate2DArrayCaseIterations()
[all...]

Completed in 65 milliseconds

123