/external/skqp/src/gpu/ |
D | GrGpuResourceRef.h | 46 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
|
D | GrGpuResourceRef.cpp | 16 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()
|
D | GrSurfaceProxyRef.cpp | 17 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()
|
D | GrShaderVar.cpp | 24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType() argument 25 switch (ioType) { in setIOType()
|
D | GrProcessor.h | 287 : fProxyRef(sk_ref_sp(that.fProxyRef.get()), that.fProxyRef.ioType()) in TextureSampler()
|
/external/skia/src/gpu/ |
D | GrGpuResourceRef.h | 46 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
|
D | GrGpuResourceRef.cpp | 16 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()
|
D | GrSurfaceProxyRef.cpp | 17 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()
|
D | GrShaderVar.cpp | 24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType() argument 25 switch (ioType) { in setIOType()
|
D | GrProcessor.h | 261 : fProxyRef(sk_ref_sp(that.fProxyRef.get()), that.fProxyRef.ioType()) in TextureSampler()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 89 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/ |
D | GrSurfaceProxyRef.h | 26 GrIOType ioType() const { return fIOType; } in ioType() function
|
/external/skia/include/private/ |
D | GrSurfaceProxyRef.h | 26 GrIOType ioType() const { return fIOType; } in ioType() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 5570 … 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()
|