Home
last modified time | relevance | path

Searched refs:numOperations (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp154 void genInputBuffer (void* bufferPtr, deUint32 numOperations);
155 void calculateResult (void* referenceBuffer, void* inputBuffer, deUint32 numOperations);
156 ComparisonError compareResults (void* referenceBuffer, void* resultsBuffer, deUint32 numOperations);
329 void OperationManager::genInputBuffer (void* bufferPtr, deUint32 numOperations) in genInputBuffer() argument
331 const deUint32 numOperands = numOperations * 3u; in genInputBuffer()
348 void OperationManager::calculateResult (void* referenceBuffer, void* inputBuffer, deUint32 numOperations) in calculateResult() argument
353 for (deUint32 opIdx = 0u; opIdx < numOperations; ++opIdx) in calculateResult()
380 OperationManager::ComparisonError OperationManager::compareResults (void* referenceBuffer, void* resultsBuffer, deUint32 numOperations) in compareResults() argument
385 for (deUint32 opIdx = 0u; opIdx < numOperations; ++opIdx) in compareResults()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp154 void genInputBuffer (void* bufferPtr, deUint32 numOperations);
155 void calculateResult (void* referenceBuffer, void* inputBuffer, deUint32 numOperations);
156 ComparisonError compareResults (void* referenceBuffer, void* resultsBuffer, deUint32 numOperations);
329 void OperationManager::genInputBuffer (void* bufferPtr, deUint32 numOperations) in genInputBuffer() argument
331 const deUint32 numOperands = numOperations * 3u; in genInputBuffer()
348 void OperationManager::calculateResult (void* referenceBuffer, void* inputBuffer, deUint32 numOperations) in calculateResult() argument
353 for (deUint32 opIdx = 0u; opIdx < numOperations; ++opIdx) in calculateResult()
380 OperationManager::ComparisonError OperationManager::compareResults (void* referenceBuffer, void* resultsBuffer, deUint32 numOperations) in compareResults() argument
385 for (deUint32 opIdx = 0u; opIdx < numOperations; ++opIdx) in compareResults()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp556 ShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, const char* oper, int numOperations);
714 InvalidShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, InvalidityType invalidityType, bool isVertexCase, const char* oper, int numOperations);
1333 static string binaryOpVertexTemplate (int numOperations, const char* op)
1348 for (int i = 0; i < numOperations; i++)
1362 static string binaryOpFragmentTemplate (int numOperations, const char* op)
1375 for (int i = 0; i < numOperations; i++)
2320 ShaderCompilerOperCase::ShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, const char* oper, int numOperations)
2323 , m_numOperations (numOperations)
2760 InvalidShaderCompilerOperCase::InvalidShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, InvalidityType invalidityType, bool isVertexCase, const char* oper, int numOperations)
2764 , m_numOperations (numOperations)
[all...]
H A Des3pShaderOperatorTests.cpp1104 void setWorkloadSizeUniform (deUint32 program, int numOperations) const;
1378 void setWorkloadSizeUniform (deUint32 program, int numOperations) const;
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp556 ShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, const char* oper, int numOperations);
714 InvalidShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, InvalidityType invalidityType, bool isVertexCase, const char* oper, int numOperations);
1325 static string binaryOpVertexTemplate (int numOperations, const char* op)
1339 for (int i = 0; i < numOperations; i++)
1353 static string binaryOpFragmentTemplate (int numOperations, const char* op)
1364 for (int i = 0; i < numOperations; i++)
2300 ShaderCompilerOperCase::ShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, const char* oper, int numOperations)
2303 , m_numOperations (numOperations)
2740 InvalidShaderCompilerOperCase::InvalidShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, InvalidityType invalidityType, bool isVertexCase, const char* oper, int numOperations)
2744 , m_numOperations (numOperations)
[all...]
H A Des2pShaderOperatorTests.cpp1104 void setWorkloadSizeUniform (deUint32 program, int numOperations) const;
1374 void setWorkloadSizeUniform (deUint32 program, int numOperations) const;

Completed in 15 milliseconds