Lines Matching refs:computeIndices
999 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,…
1005 std::string genComputeSource (bool computeCmd, bool computeData, bool computeIndices) const;
1035 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,… in ComputeShaderGeneratedCase() argument
1040 , m_computeIndices (computeIndices) in ComputeShaderGeneratedCase()
1052 DE_ASSERT(!computeIndices || method == DRAWMETHOD_DRAWELEMENTS); in ComputeShaderGeneratedCase()
1198 …haderGeneratedCase::genComputeSource (bool computeCmd, bool computeData, bool computeIndices) const in genComputeSource()
1237 if (computeIndices) in genComputeSource()
1322 if (computeIndices) in genComputeSource()
1579 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,…
1591 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,… in ComputeShaderGeneratedCombinedCase() argument
1592 …: ComputeShaderGeneratedCase(context, name, desc, method, computeCmd, computeData, computeIndices,… in ComputeShaderGeneratedCombinedCase()
1695 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,…
1712 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,… in ComputeShaderGeneratedSeparateCase() argument
1713 …: ComputeShaderGeneratedCase (context, name, desc, method, computeCmd, computeData, computeIndices… in ComputeShaderGeneratedSeparateCase()
2000 …const bool computeIndices = (methods[methodNdx].method == ComputeShaderGeneratedCase::DRAWMETHOD_D… in init() local
2003 … name.c_str(), desc.c_str(), methods[methodNdx].method, false, true, computeIndices, specs[specNdx… in init()
2005 … name.c_str(), desc.c_str(), methods[methodNdx].method, false, true, computeIndices, specs[specNdx… in init()