Home
last modified time | relevance | path

Searched refs:pixelHeight (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/gm/
H A Dexoticformats.cpp79 uint32_t pixelHeight = get_uint(header, 40); in load_ktx() local
108 imageInfo->fDim.fHeight = pixelHeight; in load_ktx()
121 int numRequiredMipLevels = SkMipmap::ComputeLevelCount(pixelWidth, pixelHeight)+1; in load_ktx()
135 { (int) pixelWidth, (int) pixelHeight }, in load_ktx()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib2.cpp263 pOut->pixelHeight = pOut->height; in ComputeSurfaceInfo()
277 &pOut->pixelHeight); in ComputeSurfaceInfo()
291 pOut->pMipInfo[i].pixelHeight = pOut->pMipInfo[i].height; in ComputeSurfaceInfo()
298 &pOut->pMipInfo[i].pixelHeight); in ComputeSurfaceInfo()
1983 pOut->pixelHeight <<= 1;
H A Daddrlib1.cpp367 pOut->pixelHeight = pOut->height; in ComputeSurfaceInfo()
389 &pOut->pixelHeight); in ComputeSurfaceInfo()
3931 pOut->pixelHeight <<= 1; in ComputeQbStereoInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAttributeOffsetTests.cpp234 const auto pixelHeight = 2.0f / static_cast<float>(height); in generateVertices() local
236 const auto heightMargin = pixelHeight / 4.0f; in generateVertices()
H A DvktPipelineExtendedDynamicStateTests.cpp4732 const float pixelHeight = 2.0f / static_cast<float>(kFramebufferHeight); in iterate() local
4746 vertices.push_back(tcu::Vec2(pixelWidth * 7.0f / 16.0f - 1.0f, pixelHeight * 12.0f / 16.0f - 1.0f)); in iterate()
4763 const float yCoord = (pixelHeight / 2.0f) + pixelHeight * static_cast<float>(rowIdx) - 1.0f; in iterate()
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h605 UINT_32 pixelHeight; ///< Height in original pixels member
2464 UINT_32 pixelHeight; ///< Padded height in pixels member
2506 UINT_32 pixelHeight; ///< Height in original pixels member
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp4507 GLsizei pixelHeight = in captureCompressedTextureData() local
4551 pixelHeight = rx::roundUp(pixelHeight, blockHeight); in captureCompressedTextureData()
4555 pixelHeight /= blockHeight; in captureCompressedTextureData()
4566 GLint pixelDepthPitch = pixelRowPitch * pixelHeight; in captureCompressedTextureData()
4573 for (GLint yindex = 0; yindex < pixelHeight; ++yindex) in captureCompressedTextureData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4364 const auto pixelHeight = 2.0f / static_cast<float>(m_params.imageExtent.height); // Normalized size. in iterate() local
4399 float y_top = static_cast<float>(y) * pixelHeight - 1.0f; in iterate()
4400 float y_bottom = y_top + pixelHeight; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4364 const auto pixelHeight = 2.0f / static_cast<float>(m_params.imageExtent.height); // Normalized size. in iterate() local
4399 float y_top = static_cast<float>(y) * pixelHeight - 1.0f; in iterate()
4400 float y_bottom = y_top + pixelHeight; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3926 const float pixelHeight = 2.0f / static_cast<float>(kFramebufferHeight); in iterate() local
3940 vertices.push_back(tcu::Vec2(pixelWidth * 7.0f / 16.0f - 1.0f, pixelHeight * 12.0f / 16.0f - 1.0f)); in iterate()
3956 const float yCoord = (pixelHeight / 2.0f) + pixelHeight * static_cast<float>(rowIdx) - 1.0f; in iterate()

Completed in 64 milliseconds