Home
last modified time | relevance | path

Searched refs:yStep (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A 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_no_buildgn/vulkan/descriptor_indexing/
H A 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/
H A 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A 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/
H A Dst_cb_texture.c2612 GLint row, yStep; in fallback_copy_texsubimage() local
2618 yStep = -1; in fallback_copy_texsubimage()
2622 yStep = 1; in fallback_copy_texsubimage()
2631 for (row = 0; row < height; row++, srcY += yStep) { in fallback_copy_texsubimage()

Completed in 11 milliseconds