Home | History | Annotate | Download | only in functional

Lines Matching refs:shaderSpec

325 	void					getShaderSpec				(ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices) const;
353 void SamplerIndexingCase::getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices) const
445 ShaderSpec shaderSpec;
451 getShaderSpec(&shaderSpec, numSamplers, numLookups, &lookupIndices[0]);
473 ShaderExecutorPtr executor (createExecutor(m_context.getRenderContext(), m_shaderType, shaderSpec));
660 void getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices) const;
713 void BlockArrayIndexingCase::getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices) const
780 ShaderSpec shaderSpec;
789 getShaderSpec(&shaderSpec, numInstances, numReads, &readIndices[0]);
797 ShaderExecutorPtr shaderExecutor (createExecutor(renderCtx, m_shaderType, shaderSpec));
878 void getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const int* opIndices) const;
915 void AtomicCounterIndexingCase::getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const int* opIndices) const
977 ShaderSpec shaderSpec;
983 getShaderSpec(&shaderSpec, numCounters, numOps, &opIndices[0]);
987 ShaderExecutorPtr shaderExecutor (createExecutor(renderCtx, m_shaderType, shaderSpec));