/external/skqp/include/private/ |
D | GrProxyRef.h | 27 GrProxyRef(sk_sp<T> proxy, GrIOType ioType) { this->setProxy(std::move(proxy), ioType); } in GrProxyRef() argument 33 void setProxy(sk_sp<T> proxy, GrIOType ioType) { in setProxy() argument 43 fIOType = ioType; in setProxy() 54 GrIOType ioType() const { return fIOType; } in ioType() function
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 92 IOType ioType; member 462 const bool isPerPatchIO = m_caseDef.ioType == IO_TYPE_PER_PATCH || in UserDefinedIOTest() 463 m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY || in UserDefinedIOTest() 464 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK || in UserDefinedIOTest() 465 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in UserDefinedIOTest() 478 const bool useBlock = m_caseDef.ioType == IO_TYPE_PER_VERTEX_BLOCK || in UserDefinedIOTest() 479 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK || in UserDefinedIOTest() 480 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in UserDefinedIOTest() 511 const bool useLightweightBlock = (m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY); in UserDefinedIOTest() 527 const Variable var0("in_te_s", structVarType, m_caseDef.ioType != IO_TYPE_PER_PATCH); in UserDefinedIOTest() [all …]
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlTexture.mm | 32 GrIOType ioType) 37 if (ioType == kRead_GrIOType) { 71 GrIOType ioType) { 81 cacheable, ioType));
|
/external/skqp/src/gpu/gl/ |
D | GrGLTexture.cpp | 57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType) in GrGLTexture() argument 62 if (ioType == kRead_GrIOType) { in GrGLTexture() 119 GrWrapCacheable cacheable, GrIOType ioType) { in MakeWrapped() argument 120 return sk_sp<GrGLTexture>(new GrGLTexture(gpu, desc, mipMapsStatus, idDesc, cacheable, ioType)); in MakeWrapped()
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.cpp | 61 GrIOType ioType) in GrGLTexture() argument 69 if (ioType == kRead_GrIOType) { in GrGLTexture() 130 GrIOType ioType) { in MakeWrapped() argument 132 new GrGLTexture(gpu, desc, mipmapStatus, std::move(parameters), cacheable, ioType)); in MakeWrapped()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlTexture.mm | 45 GrIOType ioType) 54 if (ioType == kRead_GrIOType) { 93 GrIOType ioType) { 101 new GrMtlTexture(gpu, kWrapped, dimensions, texture, mipmapStatus, cacheable, ioType));
|
/external/skia/src/gpu/d3d/ |
D | GrD3DTexture.cpp | 39 GrIOType ioType) in GrD3DTexture() argument 45 if (ioType == kRead_GrIOType) { in GrD3DTexture() 92 GrIOType ioType, in MakeWrappedTexture() argument 108 ioType)); in MakeWrappedTexture()
|
/external/skqp/src/gpu/vk/ |
D | GrVkTexture.cpp | 42 GrWrapCacheable cacheable, GrIOType ioType) in GrVkTexture() argument 48 if (ioType == kRead_GrIOType) { in GrVkTexture() 95 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrappedTexture() argument 114 mipMapsStatus, ownership, cacheable, ioType)); in MakeWrappedTexture()
|
/external/skia/src/gpu/vk/ |
D | GrVkTexture.cpp | 47 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture() argument 55 if (ioType == kRead_GrIOType) { in GrVkTexture() 96 GrIOType ioType, const GrVkImageInfo& info, in MakeWrappedTexture() argument 116 cacheable, ioType, isExternal)); in MakeWrappedTexture()
|
/external/skia/tests/ |
D | GrSurfaceTest.cpp | 358 for (auto ioType : {kRead_GrIOType, kRW_GrIOType}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 366 GrWrapCacheable::kNo, ioType, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 388 REPORTER_ASSERT(reporter, writeResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 395 REPORTER_ASSERT(reporter, gpuWriteResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 405 REPORTER_ASSERT(reporter, copyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 411 REPORTER_ASSERT(reporter, gpuCopyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 423 GrWrapCacheable::kNo, ioType, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 429 REPORTER_ASSERT(reporter, regenResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/src/gpu/ |
D | GrShaderVar.cpp | 24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType() argument 25 switch (ioType) { in setIOType()
|
D | GrGpu.cpp | 152 GrIOType ioType) { in wrapBackendTexture() argument 153 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture() 163 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrResourceProvider.cpp | 239 GrIOType ioType) { in wrapBackendTexture() argument 244 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrProxyProvider.cpp | 455 GrIOType ioType, in wrapBackendTexture() argument 458 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture() 469 fResourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrFragmentProcessor.h | 410 : fProxyRef(sk_ref_sp(that.fProxyRef.get()), that.fProxyRef.ioType()) in TextureSampler()
|
/external/skqp/tests/ |
D | GrSurfaceTest.cpp | 278 for (auto ioType : {kRead_GrIOType, kRW_GrIOType}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 283 GrWrapCacheable::kNo, ioType); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 300 REPORTER_ASSERT(reporter, writeResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 306 REPORTER_ASSERT(reporter, gpuWriteResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 314 REPORTER_ASSERT(reporter, copyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 320 REPORTER_ASSERT(reporter, gpuCopyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 328 ioType); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 333 REPORTER_ASSERT(reporter, regenResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/src/gpu/dawn/ |
D | GrDawnTexture.cpp | 77 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrapped() argument 90 if (ioType == kRead_GrIOType) { in MakeWrapped()
|
D | GrDawnGpu.cpp | 247 GrIOType ioType) { in onWrapBackendTexture() argument 254 return GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kNo, 1, cacheable, ioType, in onWrapBackendTexture()
|
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 34 GrIOType ioType) in GrMockTexture() argument 36 if (ioType == kRead_GrIOType) { in GrMockTexture()
|
D | GrMockGpu.cpp | 156 GrIOType ioType) { in onWrapBackendTexture() argument 169 texInfo, wrapType, ioType)); in onWrapBackendTexture()
|
/external/skqp/src/gpu/mock/ |
D | GrMockTexture.h | 26 const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType) in GrMockTexture() argument 28 if (ioType == kRead_GrIOType) { in GrMockTexture()
|
D | GrMockGpu.cpp | 111 GrWrapCacheable wrapType, GrIOType ioType) { in onWrapBackendTexture() argument 123 return sk_sp<GrTexture>(new GrMockTexture(this, desc, mipMapsStatus, info, wrapType, ioType)); in onWrapBackendTexture()
|
/external/skia/src/gpu/ |
D | GrGpu.cpp | 263 GrIOType ioType) { in wrapBackendTexture() argument 264 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture() 278 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrProxyProvider.cpp | 492 GrIOType ioType, in wrapBackendTexture() argument 494 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture() 509 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrResourceProvider.cpp | 293 GrIOType ioType) { in wrapBackendTexture() argument 298 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
|