Searched refs:numTargets (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrRenderTaskCluster.cpp | 70 for (int i = 0; i < depender->numTargets(); i++) { in depends_on() 94 if (task->numTargets() != 1) { in task_cluster_visit() 95 CLUSTER_DEBUGF("Cluster: %d targets. Emitting barriers.\n", task->numTargets()); in task_cluster_visit() 98 for (int j = 0; j < task->numTargets(); j++) { in task_cluster_visit() 128 && 1 == clusterHead->fPrev->numTargets() in task_cluster_visit()
|
H A D | GrTextureResolveRenderTask.cpp | 57 SkASSERT(fResolves.count() == this->numTargets()); in gatherProxyIntervals() 66 SkASSERT(fResolves.count() == this->numTargets()); in onExecute()
|
H A D | GrWaitRenderTask.cpp | 18 SkASSERT(0 == this->numTargets()); in gatherProxyIntervals()
|
H A D | GrTransferFromRenderTask.h | 31 SkASSERT(0 == this->numTargets());
|
H A D | GrDDLTask.cpp | 26 for (int i = 0; i < task->numTargets(); ++i) { in GrDDLTask()
|
H A D | GrRenderTask.h | 96 int numTargets() const { return fTargets.count(); } in numTargets() function in GrRenderTask
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFragmentOutputTests.cpp | 1043 int numTargets = rnd.getInt(minRenderTargets, maxRenderTargets); in createRandomCase() local 1050 while (curLoc < numTargets) in createRandomCase() 1053 int maxArrayLen = numTargets-curLoc; in createRandomCase() 1066 DE_ASSERT(curLoc == numTargets); in createRandomCase() 1067 DE_ASSERT((int)outTypes.size() == numTargets); in createRandomCase() 1070 while ((int)targets.size() < numTargets) in createRandomCase() 1260 const int numTargets = 3; 1271 for (int ndx = 0; ndx < numTargets; ndx++) 1279 floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT, prec, 0, numTargets)).toVec())); 1280 floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC2, prec, 0, numTargets)) [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 1163 int numTargets = 0; in resetStateGLCore() local 1165 queryTargets[numTargets++] = GL_PRIMITIVES_GENERATED; in resetStateGLCore() 1166 queryTargets[numTargets++] = GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN; in resetStateGLCore() 1167 queryTargets[numTargets++] = GL_SAMPLES_PASSED; in resetStateGLCore() 1169 DE_ASSERT(numTargets <= DE_LENGTH_OF_ARRAY(queryTargets)); in resetStateGLCore() 1171 for (int i = 0; i < numTargets; i++) in resetStateGLCore()
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 550 SkASSERT(this->numTargets() == 1); in onExecute()
|
Completed in 11 milliseconds