Searched refs:opIndices (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp947 void getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const int* opIndices, const RenderContext& renderContext) const;
1015 void AtomicCounterIndexingCase::getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const int* opIndices, const RenderContext& renderContext) const argument
1054 code << opIndices[opNdx]; local
1056 code << "indexBase + " << (opIndices[opNdx]-1);
1076 vector<int> opIndices (numOps);
1082 opIndices[opNdx] = rnd.getInt(0, numOps-1);
1084 getShaderSpec(&shaderSpec, m_numCounters, numOps, &opIndices[0], m_context.getRenderContext());
1100 const int maxNdx = maxElement(opIndices);
1116 expandedIndices.resize(numInvocations * opIndices.size());
1121 std::fill(dst, dst+numInvocations, opIndices[opNd
[all...]
/external/skia/src/gpu/
H A DGrRecordReplaceDraw.cpp62 const int* opIndices, int numIndices)
72 fOpIndexStack.append(numIndices, opIndices);
56 ReplaceDraw(SkCanvas* canvas, GrLayerCache* layerCache, SkPicture const* const drawablePicts[], int drawableCount, const SkPicture* topLevelPicture, const SkBigPicture* picture, const SkMatrix& initialMatrix, SkPicture::AbortCallback* callback, const int* opIndices, int numIndices) argument
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp1058 const std::vector<int>& opIndices,
1074 const std::vector<int>& opIndices,
1077 , m_opIndices (opIndices)
1068 AtomicCounterIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, ShaderExecutor& executor, const char* name, UniformSetup* uniformSetup, const std::vector<int>& opIndices, const IndexExprType indexExprType) argument

Completed in 57 milliseconds