Searched refs:yStep (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | sgprcopies.ll | 6 …* nocapture %out, i32 %width, float %xPos, float %yPos, float %xStep, float %yStep, i32 %maxIter) { 14 %y = tail call float @llvm.fmuladd.f32(float %yStep, float %conv2, float %yPos)
|
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 625 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()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 2368 GLint row, yStep; in fallback_copy_texsubimage() local 2374 yStep = -1; in fallback_copy_texsubimage() 2378 yStep = 1; in fallback_copy_texsubimage() 2387 for (row = 0; row < height; row++, srcY += yStep) { in fallback_copy_texsubimage()
|
/external/libpng/ |
D | libpng-manual.txt | 2340 png_uint_32 yStep = 1U << PNG_PASS_ROW_SHIFT(pass); 2361 output_y += yStep;
|