Home
last modified time | relevance | path

Searched refs:xcoord (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp419 const float xcoord = static_cast<float>(x) + 0.5f; in generateReferenceImage() local
422 if (xcoord < p1f || xcoord > p2f) in generateReferenceImage()
428 if (ycoord > -xcoord + fImageDim) in generateReferenceImage()
433 const float c = (xcoord - p1f) / triangleSide; in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp419 const float xcoord = static_cast<float>(x) + 0.5f; in generateReferenceImage() local
422 if (xcoord < p1f || xcoord > p2f) in generateReferenceImage()
428 if (ycoord > -xcoord + fImageDim) in generateReferenceImage()
433 const float c = (xcoord - p1f) / triangleSide; in generateReferenceImage()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c283 unsigned xcoord = offset & 0xff; in nv50_sifc_linear_u8() local
311 PUSH_DATA (push, xcoord); in nv50_sifc_linear_u8()
H A Dnv50_surface.c637 unsigned xcoord = offset & 0xff; in nv50_clear_buffer_push() local
680 PUSH_DATA (push, xcoord); in nv50_clear_buffer_push()

Completed in 9 milliseconds