/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A 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 ! in UserDefinedIOTest() 980 IOType ioType; createUserDefinedIOTests() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A 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 ! in UserDefinedIOTest() 981 IOType ioType; createUserDefinedIOTests() member [all...] |
/third_party/skia/src/gpu/gl/ |
H A D | GrGLTexture.cpp | 62 GrIOType ioType) in GrGLTexture() 70 if (ioType == kRead_GrIOType) { in GrGLTexture() 131 GrIOType ioType) { in MakeWrapped() 133 new GrGLTexture(gpu, desc, mipmapStatus, std::move(parameters), cacheable, ioType)); in MakeWrapped() 60 GrGLTexture(GrGLGpu* gpu, const Desc& desc, GrMipmapStatus mipmapStatus, sk_sp<GrGLTextureParameters> parameters, GrWrapCacheable cacheable, GrIOType ioType) GrGLTexture() argument 126 MakeWrapped(GrGLGpu* gpu, GrMipmapStatus mipmapStatus, const Desc& desc, sk_sp<GrGLTextureParameters> parameters, GrWrapCacheable cacheable, GrIOType ioType) MakeWrapped() argument
|
H A D | GrGLGpu.cpp | 659 GrIOType ioType) { in onWrapBackendTexture() 675 backendTex.getGLTextureParams(), cacheable, ioType); in onWrapBackendTexture() 656 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkTexture.cpp | 56 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture() 64 if (ioType == kRead_GrIOType) { in GrVkTexture() 105 GrIOType ioType, const GrVkImageInfo& info, in MakeWrappedTexture() 129 cacheable, ioType, isExternal)); in MakeWrappedTexture() 54 GrVkTexture(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) GrVkTexture() argument 103 MakeWrappedTexture( GrVkGpu* gpu, SkISize dimensions, GrWrapOwnership wrapOwnership, GrWrapCacheable cacheable, GrIOType ioType, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) MakeWrappedTexture() argument
|
H A D | GrVkGpu.cpp | 1410 GrIOType ioType) { in onWrapBackendTexture() 1432 ioType, imageInfo, std::move(mutableState)); in onWrapBackendTexture() 1407 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DTexture.cpp | 39 GrIOType ioType) in GrD3DTexture() 45 if (ioType == kRead_GrIOType) { in GrD3DTexture() 92 GrIOType ioType, in MakeWrappedTexture() 108 ioType)); in MakeWrappedTexture() 35 GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType) GrD3DTexture() argument 89 MakeWrappedTexture(GrD3DGpu* gpu, SkISize dimensions, GrWrapCacheable cacheable, GrIOType ioType, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) MakeWrappedTexture() argument
|
H A D | GrD3DGpu.cpp | 942 GrIOType ioType) { in onWrapBackendTexture() 963 return GrD3DTexture::MakeWrappedTexture(this, tex.dimensions(), wrapType, ioType, textureInfo, in onWrapBackendTexture() 939 onWrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership, GrWrapCacheable wrapType, GrIOType ioType) onWrapBackendTexture() argument
|
/third_party/skia/tests/ |
H A 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/skia/src/gpu/dawn/ |
H A D | GrDawnTexture.cpp | 75 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrapped() 88 if (ioType == kRead_GrIOType) { in MakeWrapped() 73 MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, GrRenderable renderable, int sampleCnt, GrWrapCacheable cacheable, GrIOType ioType, const GrDawnTextureInfo& info) MakeWrapped() argument
|
H A D | GrDawnGpu.cpp | 263 GrIOType ioType) { in onWrapBackendTexture() 270 return GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kNo, 1, cacheable, ioType, in onWrapBackendTexture() 260 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockTexture.h | 34 GrIOType ioType) in GrMockTexture() 36 if (ioType == kRead_GrIOType) { in GrMockTexture() 28 GrMockTexture(GrMockGpu* gpu, SkISize dimensions, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType) GrMockTexture() argument
|
H A D | GrMockGpu.cpp | 167 GrIOType ioType) { in onWrapBackendTexture() 180 texInfo, wrapType, ioType)); in onWrapBackendTexture() 164 onWrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable wrapType, GrIOType ioType) onWrapBackendTexture() argument
|
/third_party/skia/src/gpu/ |
H A D | GrGpu.cpp | 323 GrIOType ioType) { in wrapBackendTexture() 324 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture() 338 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture() 320 wrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) wrapBackendTexture() argument
|
H A D | GrProxyProvider.cpp | 539 GrIOType ioType, in wrapBackendTexture() 541 SkASSERT(ioType != kWrite_GrIOType); in wrapBackendTexture() 556 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture() 536 wrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType, sk_sp<GrRefCntedCallback> releaseHelper) wrapBackendTexture() argument
|
H A D | GrResourceProvider.cpp | 354 GrIOType ioType) { in wrapBackendTexture() 359 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture() 351 wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) wrapBackendTexture() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 5673 UserDefinedIOCase (Context& context, const char* name, const char* description, TessPrimitiveType primType, IOType ioType, VertexIOArraySize vertexIOArraySize, TessControlOutArraySize tessControlOutArraySize, const char* referenceImagePath) 5676 , m_ioType (ioType) 7724 UserDefinedIOCase::IOType ioType; in init() member 7760 vertexArraySizeGroup->addChild(new UserDefinedIOCase(m_context, getTessPrimitiveTypeShaderName(primitiveType), "", primitiveType, ioCases[ndx].ioType, vertexArraySize, UserDefinedIOCase::TESS_CONTROL_OUT_ARRAY_SIZE_IMPLICIT, in init() 7764 if (ioCases[ndx].ioType == UserDefinedIOCase::IO_TYPE_PER_VERTEX in init() 7765 || ioCases[ndx].ioType == UserDefinedIOCase::IO_TYPE_PER_VERTEX_BLOCK) in init() 7770 vertexArraySizeGroup->addChild(new UserDefinedIOCase(m_context, (string(getTessPrimitiveTypeShaderName(primitiveType)) + "_explicit_tcs_out_size").c_str(), "", primitiveType, ioCases[ndx].ioType, vertexArraySize, UserDefinedIOCase::TESS_CONTROL_OUT_ARRAY_SIZE_LAYOUT, in init()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 1138 for (auto ioType = userStructure->begin(); ioType != userStructure->end(); ) { in split() 1139 if (ioType->type->isBuiltIn()) { in split() 1141 splitBuiltIn(name, *ioType->type, type.getArraySizes(), outerQualifier); in split() 1142 ioType = userStructure->erase(ioType); in split() 1144 split(*ioType->type, name + "." + ioType->type->getFieldName(), outerQualifier); in split() 1145 ++ioType; in split()
|