/external/skia/src/gpu/ |
D | GrTextureParamsAdjuster.cpp | 30 const CopyParams& copyParams) { in copy_on_gpu() argument 39 rtDesc.fWidth = copyParams.fWidth; in copy_on_gpu() 40 rtDesc.fHeight = copyParams.fHeight; in copy_on_gpu() 84 if (copyParams.fFilter != GrTextureParams::kNone_FilterMode && subset && in copy_on_gpu() 85 (subset->width() != copyParams.fWidth || subset->height() != copyParams.fHeight)) { in copy_on_gpu() 93 SkASSERT(copyParams.fFilter != GrTextureParams::kMipMap_FilterMode); in copy_on_gpu() 97 copyParams.fFilter))->unref(); in copy_on_gpu() 99 GrTextureParams params(SkShader::kClamp_TileMode, copyParams.fFilter); in copy_on_gpu() 137 GrTexture* GrTextureAdjuster::refCopy(const CopyParams& copyParams) { in refCopy() argument 142 this->makeCopyKey(copyParams, &key); in refCopy() [all …]
|
D | GrTextureParamsAdjuster.h | 83 const CopyParams& copyParams, in MakeCopyKeyFromOrigKey() argument 89 builder[0] = copyParams.fFilter; in MakeCopyKeyFromOrigKey() 90 builder[1] = copyParams.fWidth; in MakeCopyKeyFromOrigKey() 91 builder[2] = copyParams.fHeight; in MakeCopyKeyFromOrigKey() 156 GrTexture* refCopy(const CopyParams ©Params);
|
D | GrGpu.cpp | 59 GrTextureProducer::CopyParams* copyParams) const { in makeCopyForTextureParams() 63 copyParams->fWidth = GrNextPow2(width); in makeCopyForTextureParams() 64 copyParams->fHeight = GrNextPow2(height); in makeCopyForTextureParams() 67 copyParams->fFilter = GrTextureParams::kNone_FilterMode; in makeCopyForTextureParams() 72 copyParams->fFilter = GrTextureParams::kBilerp_FilterMode; in makeCopyForTextureParams()
|
D | GrImageIDTextureAdjuster.cpp | 102 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey() argument 104 MakeCopyKeyFromOrigKey(fOriginalKey, copyParams, copyKey); in makeCopyKey()
|
D | GrGpu.h | 453 GrTextureProducer::CopyParams* copyParams) const { in makeCopyForTextureParams() argument 455 copyParams)) { in makeCopyForTextureParams() 458 return this->onMakeCopyForTextureParams(texture, params, copyParams); in makeCopyForTextureParams()
|
D | GrImageIDTextureAdjuster.h | 60 void makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) override;
|
/external/apache-http/src/org/apache/http/params/ |
D | BasicHttpParams.java | 137 copyParams(clone); in copy() 143 copyParams(clone); in clone() 153 protected void copyParams(HttpParams target) { in copyParams() method in BasicHttpParams
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.cpp | 205 const VkCopyDescriptorSet copyParams = in copy() local 217 m_copies.push_back(copyParams); in copy()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeTestsUtil.cpp | 77 const VkBufferImageCopy copyParams = in makeBufferImageCopy() local 86 return copyParams; in makeBufferImageCopy()
|
D | vktComputeBasicComputeShaderTests.cpp | 780 const VkBufferImageCopy copyParams = makeBufferImageCopy(m_imageSize); in iterate() local 796 …ToImage(*cmdBuffer, *stagingBuffer, *image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, ©Params); in iterate() 990 const VkBufferImageCopy copyParams = makeBufferImageCopy(m_imageSize); in iterate() local 1009 …ToBuffer(*cmdBuffer, *image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *outputBuffer, 1u, ©Params); in iterate() 2082 const VkBufferImageCopy copyParams = makeBufferImageCopy(m_imageSize); in iterate() local 2100 …ToBuffer(*cmdBuffer, *image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *outputBuffer, 1u, ©Params); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 820 const VkBufferImageCopy copyParams = in renderTriangleTest() local 838 …ToBuffer(*cmdBuf, *image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, ©Params); in renderTriangleTest() 1437 const VkBufferImageCopy copyParams = in renderTriangleUnusedResolveAttachmentTest() local 1455 …ToBuffer(*cmdBuf, *image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, ©Params); in renderTriangleUnusedResolveAttachmentTest()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 213 const VkBufferImageCopy copyParams = in makeBufferImageCopy() local 222 return copyParams; in makeBufferImageCopy()
|
D | vktImageQualifiersTests.cpp | 588 …const VkBufferImageCopy copyParams = makeBufferImageCopy(makeExtent3D(getLayerSize(m_imageType, m_… in commandsAfterCompute() local 589 …cmdBuffer, m_image->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_buffer->get(), 1u, ©Params); in commandsAfterCompute()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 260 const VkBufferImageCopy copyParams = in makeBufferImageCopy() local 269 return copyParams; in makeBufferImageCopy()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineEarlyFragmentTests.cpp | 660 const VkBufferImageCopy copyParams = in makeBufferImageCopy() local 669 return copyParams; in makeBufferImageCopy()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1658 const VkBufferImageCopy copyParams = in render() local 1721 …cmdBuffer, *m_colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, ©Params); in render()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 4005 GrTextureProducer::CopyParams* copyParams) const { in onMakeCopyForTextureParams() 4011 copyParams->fFilter = GrTextureParams::kNone_FilterMode; in onMakeCopyForTextureParams() 4012 copyParams->fWidth = texture->width(); in onMakeCopyForTextureParams() 4013 copyParams->fHeight = texture->height(); in onMakeCopyForTextureParams()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1587 const vk::VkBufferImageCopy copyParams = in ShaderCaseInstance() local 1602 …Buffer, *m_rtImage, vk::VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *m_readImageBuffer, 1u, ©Params); in ShaderCaseInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 1539 const vk::VkBufferImageCopy copyParams = in iterate() local 1554 …dBuffer, *colorImage, vk::VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, ©Params); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1348 const VkBufferImageCopy copyParams = in execute() local 1402 …n + locNdx].get()->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, ©Params); in execute()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5216 const VkBufferImageCopy copyParams = in runAndVerifyDefaultPipeline() local 5230 …ToBuffer(*cmdBuf, *image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, ©Params); in runAndVerifyDefaultPipeline()
|