Searched refs:ioType (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/gpu/
H A DGrGpuResourceRef.h46 GrIOType ioType() const { return fIOType; } function in class:GrGpuResourceRef
55 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
59 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
97 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
99 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) {} argument
100 GrTGpuResourceRef(sk_sp<T> resource, GrIOType ioType) : INHERITED(resource, ioType) {} argument
104 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
106 void set(T* resource, GrIOType ioType) { thi argument
[all...]
H A DGrGpuResourceRef.cpp16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIOType ioType) { argument
20 this->setResource(resource, ioType);
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIOType ioType) { argument
64 fIOType = ioType;
H A DGrSurfaceProxyRef.cpp17 GrSurfaceProxyRef::GrSurfaceProxyRef(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { argument
21 this->setProxy(std::move(proxy), ioType); local
54 void GrSurfaceProxyRef::setProxy(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { argument
64 fIOType = ioType;
H A DGrShaderVar.cpp24 void GrShaderVar::setIOType(GrIOType ioType) { argument
25 switch (ioType) {
H A DGrProcessor.h261 : fProxyRef(sk_ref_sp(that.fProxyRef.get()), that.fProxyRef.ioType())
/external/skqp/src/gpu/
H A DGrGpuResourceRef.h46 GrIOType ioType() const { return fIOType; } function in class:GrGpuResourceRef
55 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
59 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
97 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
99 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) {} argument
100 GrTGpuResourceRef(sk_sp<T> resource, GrIOType ioType) : INHERITED(resource, ioType) {} argument
104 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
106 void set(T* resource, GrIOType ioType) { thi argument
[all...]
H A DGrGpuResourceRef.cpp16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIOType ioType) { argument
20 this->setResource(resource, ioType);
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIOType ioType) { argument
64 fIOType = ioType;
H A DGrSurfaceProxyRef.cpp17 GrSurfaceProxyRef::GrSurfaceProxyRef(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { argument
21 this->setProxy(std::move(proxy), ioType); local
54 void GrSurfaceProxyRef::setProxy(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { argument
64 fIOType = ioType;
H A DGrShaderVar.cpp24 void GrShaderVar::setIOType(GrIOType ioType) { argument
25 switch (ioType) {
H A DGrProcessor.h287 : fProxyRef(sk_ref_sp(that.fProxyRef.get()), that.fProxyRef.ioType())
/external/skia/include/private/
H A DGrSurfaceProxyRef.h26 GrIOType ioType() const { return fIOType; } function in class:GrSurfaceProxyRef
35 /** ioType expresses what type of IO operations will be marked as
39 /** ioType expresses what type of IO operations will be marked as
/external/skqp/include/private/
H A DGrSurfaceProxyRef.h26 GrIOType ioType() const { return fIOType; } function in class:GrSurfaceProxyRef
35 /** ioType expresses what type of IO operations will be marked as
39 /** ioType expresses what type of IO operations will be marked as
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp89 IOType ioType; member in struct:vkt::tessellation::__anon4619::CaseDefinition
453 const bool isPerPatchIO = m_caseDef.ioType == IO_TYPE_PER_PATCH ||
454 m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY ||
455 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK ||
456 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY;
469 const bool useBlock = m_caseDef.ioType == IO_TYPE_PER_VERTEX_BLOCK ||
470 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK ||
471 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY;
502 const bool useLightweightBlock = (m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY);
518 const Variable var0("in_te_s", structVarType, m_caseDef.ioType !
988 IOType ioType; member in struct:vkt::tessellation::__anon4620
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp5570 UserDefinedIOCase (Context& context, const char* name, const char* description, TessPrimitiveType primType, IOType ioType, VertexIOArraySize vertexIOArraySize, TessControlOutArraySize tessControlOutArraySize, const char* referenceImagePath)
5573 , m_ioType (ioType)
7598 UserDefinedIOCase::IOType ioType;
7634 vertexArraySizeGroup->addChild(new UserDefinedIOCase(m_context, getTessPrimitiveTypeShaderName(primitiveType), "", primitiveType, ioCases[ndx].ioType, vertexArraySize, UserDefinedIOCase::TESS_CONTROL_OUT_ARRAY_SIZE_IMPLICIT,
7638 if (ioCases[ndx].ioType == UserDefinedIOCase::IO_TYPE_PER_VERTEX
7639 || ioCases[ndx].ioType == UserDefinedIOCase::IO_TYPE_PER_VERTEX_BLOCK)
7644 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,

Completed in 291 milliseconds