Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrGpuResourceRef.h46 GrIOType ioType() const { return fIOType; } in ioType() function
99 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) {} in GrTGpuResourceRef() argument
100 GrTGpuResourceRef(sk_sp<T> resource, GrIOType ioType) : INHERITED(resource, ioType) {} in GrTGpuResourceRef() argument
106 void set(T* resource, GrIOType ioType) { this->setResource(resource, ioType); } in set() argument
DGrGpuResourceRef.cpp16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIOType ioType) { in GrGpuResourceRef() argument
20 this->setResource(resource, ioType); in GrGpuResourceRef()
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIOType ioType) { in setResource() argument
64 fIOType = ioType; in setResource()
DGrSurfaceProxyRef.cpp17 GrSurfaceProxyRef::GrSurfaceProxyRef(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { in GrSurfaceProxyRef() argument
21 this->setProxy(std::move(proxy), ioType); in GrSurfaceProxyRef()
54 void GrSurfaceProxyRef::setProxy(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { in setProxy() argument
64 fIOType = ioType; in setProxy()
DGrShaderVar.cpp24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType() argument
25 switch (ioType) { in setIOType()
DGrProcessor.h287 : fProxyRef(sk_ref_sp(that.fProxyRef.get()), that.fProxyRef.ioType()) in TextureSampler()
/external/skia/src/gpu/
DGrGpuResourceRef.h46 GrIOType ioType() const { return fIOType; } in ioType() function
99 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) {} in GrTGpuResourceRef() argument
100 GrTGpuResourceRef(sk_sp<T> resource, GrIOType ioType) : INHERITED(resource, ioType) {} in GrTGpuResourceRef() argument
106 void set(T* resource, GrIOType ioType) { this->setResource(resource, ioType); } in set() argument
DGrGpuResourceRef.cpp16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIOType ioType) { in GrGpuResourceRef() argument
20 this->setResource(resource, ioType); in GrGpuResourceRef()
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIOType ioType) { in setResource() argument
64 fIOType = ioType; in setResource()
DGrSurfaceProxyRef.cpp17 GrSurfaceProxyRef::GrSurfaceProxyRef(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { in GrSurfaceProxyRef() argument
21 this->setProxy(std::move(proxy), ioType); in GrSurfaceProxyRef()
54 void GrSurfaceProxyRef::setProxy(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { in setProxy() argument
64 fIOType = ioType; in setProxy()
DGrShaderVar.cpp24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType() argument
25 switch (ioType) { in setIOType()
DGrProcessor.h261 : fProxyRef(sk_ref_sp(that.fProxyRef.get()), that.fProxyRef.ioType()) in TextureSampler()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp89 IOType ioType; member
453 const bool isPerPatchIO = m_caseDef.ioType == IO_TYPE_PER_PATCH || in UserDefinedIOTest()
454 m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY || in UserDefinedIOTest()
455 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK || in UserDefinedIOTest()
456 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in UserDefinedIOTest()
469 const bool useBlock = m_caseDef.ioType == IO_TYPE_PER_VERTEX_BLOCK || in UserDefinedIOTest()
470 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK || in UserDefinedIOTest()
471 m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in UserDefinedIOTest()
502 const bool useLightweightBlock = (m_caseDef.ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY); in UserDefinedIOTest()
518 const Variable var0("in_te_s", structVarType, m_caseDef.ioType != IO_TYPE_PER_PATCH); in UserDefinedIOTest()
[all …]
/external/skqp/include/private/
DGrSurfaceProxyRef.h26 GrIOType ioType() const { return fIOType; } in ioType() function
/external/skia/include/private/
DGrSurfaceProxyRef.h26 GrIOType ioType() const { return fIOType; } in ioType() function
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5570 … char* name, const char* description, TessPrimitiveType primType, IOType ioType, VertexIOArraySize… in UserDefinedIOCase() argument
5573 , m_ioType (ioType) in UserDefinedIOCase()
7598 UserDefinedIOCase::IOType ioType; in init() member
7634 …sPrimitiveTypeShaderName(primitiveType), "", primitiveType, ioCases[ndx].ioType, vertexArraySize, … in init()
7638 if (ioCases[ndx].ioType == UserDefinedIOCase::IO_TYPE_PER_VERTEX in init()
7639 || ioCases[ndx].ioType == UserDefinedIOCase::IO_TYPE_PER_VERTEX_BLOCK) in init()
7644 …e)) + "_explicit_tcs_out_size").c_str(), "", primitiveType, ioCases[ndx].ioType, vertexArraySize, … in init()