Home
last modified time | relevance | path

Searched refs:ioType (Results 1 – 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp94 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/
DvktTessellationUserDefinedIO.cpp94 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/
DGrGLTexture.cpp62 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/
DGrGLTexture.cpp60 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/
DGrSurfaceTest.cpp357 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/
DGrMtlTexture.mm37 GrIOType ioType)
43 if (ioType == kRead_GrIOType) {
76 GrIOType ioType) {
82 cacheable, ioType));
DGrMtlGpu.mm507 GrWrapCacheable cacheable, GrIOType ioType) {
520 return GrMtlTexture::MakeWrappedTexture(this, surfDesc, mtlTexture, cacheable, ioType);
/third_party/skia/src/gpu/d3d/
DGrD3DTexture.cpp39 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/
DGrVkTexture.cpp48 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/
DGrMtlTexture.mm46 GrIOType ioType)
56 if (ioType == kRead_GrIOType) {
97 GrIOType ioType) {
113 cacheable, ioType));
/third_party/flutter/skia/src/gpu/vk/
DGrVkTexture.cpp43 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/
DGrShaderVar.cpp23 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType() argument
24 switch (ioType) { in setIOType()
DGrGpu.cpp252 GrIOType ioType) { in wrapBackendTexture() argument
253 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture()
267 return this->onWrapBackendTexture(backendTex, colorType, ownership, cacheable, ioType); in wrapBackendTexture()
DGrResourceProvider.cpp384 GrIOType ioType) { in wrapBackendTexture() argument
389 return fGpu->wrapBackendTexture(tex, colorType, ownership, cacheable, ioType); in wrapBackendTexture()
DGrProxyProvider.cpp585 GrIOType ioType, in wrapBackendTexture() argument
588 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture()
607 ownership, cacheable, ioType); in wrapBackendTexture()
/third_party/skia/src/gpu/dawn/
DGrDawnTexture.cpp75 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrapped() argument
88 if (ioType == kRead_GrIOType) { in MakeWrapped()
DGrDawnGpu.cpp255 GrIOType ioType) { in onWrapBackendTexture() argument
262 return GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kNo, 1, cacheable, ioType, in onWrapBackendTexture()
/third_party/flutter/skia/tests/
DGrSurfaceTest.cpp384 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/
DGrMockTexture.h34 GrIOType ioType) in GrMockTexture() argument
36 if (ioType == kRead_GrIOType) { in GrMockTexture()
DGrMockGpu.cpp156 GrIOType ioType) { in onWrapBackendTexture() argument
169 texInfo, wrapType, ioType)); in onWrapBackendTexture()
/third_party/flutter/skia/src/gpu/mock/
DGrMockTexture.h29 GrWrapCacheable cacheable, GrIOType ioType) in GrMockTexture() argument
31 if (ioType == kRead_GrIOType) { in GrMockTexture()
DGrMockGpu.cpp181 GrWrapCacheable wrapType, GrIOType ioType) { in onWrapBackendTexture() argument
195 new GrMockTexture(this, desc, isProtected, mipMapsStatus, texInfo, wrapType, ioType)); in onWrapBackendTexture()
/third_party/skia/src/gpu/
DGrGpu.cpp290 GrIOType ioType) { in wrapBackendTexture() argument
291 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture()
305 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
DGrProxyProvider.cpp539 GrIOType ioType, in wrapBackendTexture() argument
541 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture()
556 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
DGrResourceProvider.cpp348 GrIOType ioType) { in wrapBackendTexture() argument
353 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()

12