Home
last modified time | relevance | path

Searched defs:outScalarSize (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp522 int outScalarSize = getDataTypeScalarSize(spec.output); in ShaderOperatorCase() local
530 op << "vec" << outScalarSize << "(res)"; in ShaderOperatorCase() local
1254 int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; // \todo [petri] Int. in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp771 const int outScalarSize = getDataTypeScalarSize(m_spec.output); in setupShaderData() local
779 op << "vec" << outScalarSize << "(res)"; in setupShaderData() local
1702 const int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; in init() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp975 int outScalarSize = getDataTypeScalarSize(m_spec.output); in setupShaderData() local
2104 int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; // \\todo [petri] Int. init() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp774 const int outScalarSize = getDataTypeScalarSize(m_spec.output); in setupShaderData() local
782 op << "vec" << outScalarSize << "(res)"; in setupShaderData() local
1705 const int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; in init() local
[all...]

Completed in 16 milliseconds