/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Blit11.cpp | 431 float readDepth = (float)i / std::max(destSize.depth - 1, 1); in Write3DVertices() local 433 d3d11::SetPositionLayerTexCoord3DVertex(&vertices[i * 6 + 0], x1, y1, i, u1, v2, readDepth); in Write3DVertices() 434 d3d11::SetPositionLayerTexCoord3DVertex(&vertices[i * 6 + 1], x1, y2, i, u1, v1, readDepth); in Write3DVertices() 435 d3d11::SetPositionLayerTexCoord3DVertex(&vertices[i * 6 + 2], x2, y1, i, u2, v2, readDepth); in Write3DVertices() 437 d3d11::SetPositionLayerTexCoord3DVertex(&vertices[i * 6 + 3], x1, y2, i, u1, v1, readDepth); in Write3DVertices() 438 d3d11::SetPositionLayerTexCoord3DVertex(&vertices[i * 6 + 4], x2, y2, i, u2, v1, readDepth); in Write3DVertices() 439 d3d11::SetPositionLayerTexCoord3DVertex(&vertices[i * 6 + 5], x2, y1, i, u2, v2, readDepth); in Write3DVertices()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawImageObjectUtil.hpp | 84 tcu::ConstPixelBufferAccess readDepth (vk::VkQueue queue,
|
H A D | vktDrawDepthClampTests.cpp | 553 return m_depthTargetImage->readDepth(queue, m_context.getDefaultAllocator(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, { 0, 0, 0 }, WIDTH, HEIGHT, VK_IMAGE_ASPECT_DEPTH_BIT); in draw()
|
H A D | vktDrawImageObjectUtil.cpp | 191 tcu::ConstPixelBufferAccess Image::readDepth (vk::VkQueue queue, in readDepth() function in vkt::Draw::Image
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawImageObjectUtil.hpp | 84 tcu::ConstPixelBufferAccess readDepth (vk::VkQueue queue,
|
H A D | vktDrawDepthClampTests.cpp | 553 return m_depthTargetImage->readDepth(queue, m_context.getDefaultAllocator(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, { 0, 0, 0 }, WIDTH, HEIGHT, VK_IMAGE_ASPECT_DEPTH_BIT); in draw()
|
H A D | vktDrawImageObjectUtil.cpp | 191 tcu::ConstPixelBufferAccess Image::readDepth (vk::VkQueue queue, in readDepth() function in vkt::Draw::Image
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 1255 const bool readDepth = readAspect & VK_IMAGE_ASPECT_DEPTH_BIT; in initPrograms() local 1258 { "SUBPASS_INPUT", (readDepth ? "subpassInput" : "usubpassInput") }, in initPrograms() 1259 { "VALUE_TYPE", (readDepth ? "float" : "uint") } in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 1253 const bool readDepth = readAspect & VK_IMAGE_ASPECT_DEPTH_BIT; in initPrograms() local 1256 { "SUBPASS_INPUT", (readDepth ? "subpassInput" : "usubpassInput") }, in initPrograms() 1257 { "VALUE_TYPE", (readDepth ? "float" : "uint") } in initPrograms()
|