Home
last modified time | relevance | path

Searched refs:yStep (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp625 const float yStep = 2.0f / static_cast<float>(height); in createVertices() local
627 const float yStart = -1.0f + yStep / 2.0f; in createVertices()
630 ySize = yStep; in createVertices()
645 y += yStep; in createVertices()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp746 const float yStep = 2.0f / static_cast<float>(m_params->elements); in prepareVertexAttributes() local
748 const float yStart = -1.0f + yStep / 2.0f; in prepareVertexAttributes()
765 y += yStep; in prepareVertexAttributes()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2688 GLint row, yStep; in fallback_copy_texsubimage() local
2694 yStep = -1; in fallback_copy_texsubimage()
2698 yStep = 1; in fallback_copy_texsubimage()
2707 for (row = 0; row < height; row++, srcY += yStep) { in fallback_copy_texsubimage()
/third_party/skia/third_party/externals/libpng/
Dlibpng-manual.txt2340 png_uint_32 yStep = 1U << PNG_PASS_ROW_SHIFT(pass);
2361 output_y += yStep;
/third_party/libpng/
Dlibpng-manual.txt2340 png_uint_32 yStep = 1U << PNG_PASS_ROW_SHIFT(pass);
2361 output_y += yStep;
/third_party/flutter/skia/third_party/externals/libpng/
Dlibpng-manual.txt2340 png_uint_32 yStep = 1U << PNG_PASS_ROW_SHIFT(pass);
2361 output_y += yStep;