/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 94 IOType ioType; member 464 const bool isPerPatchIO = m_caseDef.ioType == IO_TYPE_PER_PATCH || in UserDefinedIOTest() 465 m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY || in UserDefinedIOTest() 466 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK || in UserDefinedIOTest() 467 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in UserDefinedIOTest() 480 const bool useBlock = m_caseDef.ioType == IO_TYPE_PER_VERTEX_BLOCK || in UserDefinedIOTest() 481 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK || in UserDefinedIOTest() 482 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in UserDefinedIOTest() 513 const bool useLightweightBlock = (m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY); in UserDefinedIOTest() 529 const Variable var0("in_te_s", structVarType, m_caseDef.ioType != IO_TYPE_PER_PATCH); in UserDefinedIOTest() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 94 IOType ioType; member 464 const bool isPerPatchIO = m_caseDef.ioType == IO_TYPE_PER_PATCH || in UserDefinedIOTest() 465 m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY || in UserDefinedIOTest() 466 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK || in UserDefinedIOTest() 467 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in UserDefinedIOTest() 480 const bool useBlock = m_caseDef.ioType == IO_TYPE_PER_VERTEX_BLOCK || in UserDefinedIOTest() 481 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK || in UserDefinedIOTest() 482 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in UserDefinedIOTest() 513 const bool useLightweightBlock = (m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY); in UserDefinedIOTest() 529 const Variable var0("in_te_s", structVarType, m_caseDef.ioType != IO_TYPE_PER_PATCH); in UserDefinedIOTest() [all …]
|
/third_party/skia/src/gpu/gl/ |
D | GrGLTexture.cpp | 62 GrIOType ioType) in GrGLTexture() argument 70 if (ioType == kRead_GrIOType) { in GrGLTexture() 131 GrIOType ioType) { in MakeWrapped() argument 133 new GrGLTexture(gpu, desc, mipmapStatus, std::move(parameters), cacheable, ioType)); in MakeWrapped()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLTexture.cpp | 60 GrIOType ioType) in GrGLTexture() argument 68 if (ioType == kRead_GrIOType) { in GrGLTexture() 131 GrIOType ioType) { in MakeWrapped() argument 133 new GrGLTexture(gpu, desc, mipMapsStatus, std::move(parameters), cacheable, ioType)); in MakeWrapped()
|
/third_party/skia/tests/ |
D | GrSurfaceTest.cpp | 357 for (auto ioType : {kRead_GrIOType, kRW_GrIOType}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 365 GrWrapCacheable::kNo, ioType, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 387 REPORTER_ASSERT(reporter, writeResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 397 REPORTER_ASSERT(reporter, gpuWriteResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 407 REPORTER_ASSERT(reporter, copyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 413 REPORTER_ASSERT(reporter, gpuCopyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 425 GrWrapCacheable::kNo, ioType, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 431 REPORTER_ASSERT(reporter, regenResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlTexture.mm | 37 GrIOType ioType) 43 if (ioType == kRead_GrIOType) { 76 GrIOType ioType) { 82 cacheable, ioType));
|
D | GrMtlGpu.mm | 507 GrWrapCacheable cacheable, GrIOType ioType) { 520 return GrMtlTexture::MakeWrappedTexture(this, surfDesc, mtlTexture, cacheable, ioType);
|
/third_party/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()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkTexture.cpp | 48 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture() argument 56 if (ioType == kRead_GrIOType) { in GrVkTexture() 97 GrIOType ioType, const GrVkImageInfo& info, in MakeWrappedTexture() argument 121 cacheable, ioType, isExternal)); in MakeWrappedTexture()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlTexture.mm | 46 GrIOType ioType) 56 if (ioType == kRead_GrIOType) { 97 GrIOType ioType) { 113 cacheable, ioType));
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkTexture.cpp | 43 GrWrapCacheable cacheable, GrIOType ioType) in GrVkTexture() argument 50 if (ioType == kRead_GrIOType) { 100 GrIOType ioType, in MakeWrappedTexture() argument 120 mipMapsStatus, ownership, cacheable, ioType)); in MakeWrappedTexture()
|
/third_party/flutter/skia/src/gpu/ |
D | GrShaderVar.cpp | 23 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType() argument 24 switch (ioType) { in setIOType()
|
D | GrGpu.cpp | 252 GrIOType ioType) { in wrapBackendTexture() argument 253 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture() 267 return this->onWrapBackendTexture(backendTex, colorType, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrResourceProvider.cpp | 384 GrIOType ioType) { in wrapBackendTexture() argument 389 return fGpu->wrapBackendTexture(tex, colorType, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrProxyProvider.cpp | 585 GrIOType ioType, in wrapBackendTexture() argument 588 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture() 607 ownership, cacheable, ioType); in wrapBackendTexture()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnTexture.cpp | 75 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrapped() argument 88 if (ioType == kRead_GrIOType) { in MakeWrapped()
|
D | GrDawnGpu.cpp | 255 GrIOType ioType) { in onWrapBackendTexture() argument 262 return GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kNo, 1, cacheable, ioType, in onWrapBackendTexture()
|
/third_party/flutter/skia/tests/ |
D | GrSurfaceTest.cpp | 384 for (auto ioType : {kRead_GrIOType, kRW_GrIOType}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 392 GrWrapCacheable::kNo, ioType); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 413 REPORTER_ASSERT(reporter, writeResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 420 REPORTER_ASSERT(reporter, gpuWriteResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 428 REPORTER_ASSERT(reporter, copyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 434 REPORTER_ASSERT(reporter, gpuCopyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 446 ioType); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 451 REPORTER_ASSERT(reporter, regenResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/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()
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockTexture.h | 29 GrWrapCacheable cacheable, GrIOType ioType) in GrMockTexture() argument 31 if (ioType == kRead_GrIOType) { in GrMockTexture()
|
D | GrMockGpu.cpp | 181 GrWrapCacheable wrapType, GrIOType ioType) { in onWrapBackendTexture() argument 195 new GrMockTexture(this, desc, isProtected, mipMapsStatus, texInfo, wrapType, ioType)); in onWrapBackendTexture()
|
/third_party/skia/src/gpu/ |
D | GrGpu.cpp | 290 GrIOType ioType) { in wrapBackendTexture() argument 291 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture() 305 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrProxyProvider.cpp | 539 GrIOType ioType, in wrapBackendTexture() argument 541 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture() 556 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrResourceProvider.cpp | 348 GrIOType ioType) { in wrapBackendTexture() argument 353 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
|