Home
last modified time | relevance | path

Searched refs:isOperationBinary (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp388 static bool isOperationBinary (MatrixOp op) in isOperationBinary() function
1466 int numInputs = isOperationBinary(m_op) ? 2 : 1; in ShaderMatrixInstance()
1573 const int numInputs = isOperationBinary(m_op) ? 2 : 1; in setupUniforms()
1672 int numInputs = (isOperationBinary(m_op)) ? (2) : (1); in setupShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp388 static bool isOperationBinary (MatrixOp op) in isOperationBinary() function
1466 int numInputs = isOperationBinary(m_op) ? 2 : 1; in ShaderMatrixInstance()
1573 const int numInputs = isOperationBinary(m_op) ? 2 : 1; in setupUniforms()
1675 int numInputs = (isOperationBinary(m_op)) ? (2) : (1); in setupShader()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp263 static bool isOperationBinary (MatrixOp op) in isOperationBinary() function
782 int numInputs = (isOperationBinary(m_op)) ? (2) : (1); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp394 static bool isOperationBinary (MatrixOp op) in isOperationBinary() function
1415 int numInputs = (isOperationBinary(m_op)) ? (2) : (1); in init()

Completed in 12 milliseconds