/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeShaderBuiltinVarTests.cpp | 148 const glu::DataType m_varType; member in vkt::compute::__anon27876::ComputeBuiltinVarInstance 164 return new ComputeBuiltinVarInstance(context, m_subCases, m_varType, this, m_computePipelineConstructionType); in createInstance() 178 const glu::DataType m_varType; member in vkt::compute::__anon27876::ComputeBuiltinVarCase 190 , m_varType (varType) in ComputeBuiltinVarCase() 209 programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize(), m_readByComponent).c_str()); in initPrograms() 421 , m_varType (varType) in ComputeBuiltinVarInstance() 435 const int numScalars = glu::getDataTypeScalarSize(m_varType); in iterate() 439 switch (m_varType) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeShaderBuiltinVarTests.cpp | 145 const glu::DataType m_varType; member in vkt::compute::__anon29120::ComputeBuiltinVarInstance 156 return new ComputeBuiltinVarInstance(context, m_subCases, m_varType, this); in createInstance() 170 const glu::DataType m_varType; member in vkt::compute::__anon29120::ComputeBuiltinVarCase 181 , m_varType (varType) in ComputeBuiltinVarCase() 199 programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize(), m_readByComponent).c_str()); in initPrograms() 410 , m_varType (varType) in ComputeBuiltinVarInstance() 423 const int numScalars = glu::getDataTypeScalarSize(m_varType); in iterate() 427 switch (m_varType) in iterate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fComputeShaderBuiltinVarTests.cpp | 106 const DataType m_varType; member in deqp::gles31::Functional::ComputeBuiltinVarCase 115 , m_varType (varType) in ComputeBuiltinVarCase() 165 ProgramSources() << ComputeSource(genBuiltinVarSource(m_varName, m_varType, localSize)))); in getProgram() 241 const int numScalars = getDataTypeScalarSize(m_varType); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderIndexingTests.cpp | 158 : m_varType(varType) in IndexingTestUniformSetup() 167 const DataType m_varType; member in vkt::sr::__anon28706::IndexingTestUniformSetup 182 if (m_varType == TYPE_FLOAT) in setup() 189 else if (m_varType == TYPE_FLOAT_VEC2) in setup() 196 else if (m_varType == TYPE_FLOAT_VEC3) in setup() 203 else if (m_varType == TYPE_FLOAT_VEC4) in setup()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderIndexingTests.cpp | 168 DataType m_varType; member in deqp::ShaderIndexingCase 177 m_varType = varType; in ShaderIndexingCase() 200 //int scalarSize = getDataTypeScalarSize(m_varType); in setupUniforms() 201 if (m_varType == TYPE_FLOAT) in setupUniforms() 210 else if (m_varType == TYPE_FLOAT_VEC2) in setupUniforms() 219 else if (m_varType == TYPE_FLOAT_VEC3) in setupUniforms() 228 else if (m_varType == TYPE_FLOAT_VEC4) in setupUniforms()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderIndexingTests.cpp | 149 DataType m_varType; member in deqp::gles3::Functional::ShaderIndexingCase 155 m_varType = varType; in ShaderIndexingCase() 178 //int scalarSize = getDataTypeScalarSize(m_varType); in setupUniforms() 179 if (m_varType == TYPE_FLOAT) in setupUniforms() 188 else if (m_varType == TYPE_FLOAT_VEC2) in setupUniforms() 197 else if (m_varType == TYPE_FLOAT_VEC3) in setupUniforms() 206 else if (m_varType == TYPE_FLOAT_VEC4) in setupUniforms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderIndexingTests.cpp | 158 : m_varType(varType) in IndexingTestUniformSetup() 167 const DataType m_varType; member in vkt::sr::__anon29855::IndexingTestUniformSetup 182 if (m_varType == TYPE_FLOAT) in setup() 189 else if (m_varType == TYPE_FLOAT_VEC2) in setup() 196 else if (m_varType == TYPE_FLOAT_VEC3) in setup() 203 else if (m_varType == TYPE_FLOAT_VEC4) in setup()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderIndexingTests.cpp | 162 DataType m_varType; member in deqp::gles2::Functional::ShaderIndexingCase 170 m_varType = varType; in ShaderIndexingCase() 212 //int scalarSize = getDataTypeScalarSize(m_varType); in setupUniforms() 213 if (m_varType == TYPE_FLOAT) in setupUniforms() 222 else if (m_varType == TYPE_FLOAT_VEC2) in setupUniforms() 231 else if (m_varType == TYPE_FLOAT_VEC3) in setupUniforms() 240 else if (m_varType == TYPE_FLOAT_VEC4) in setupUniforms()
|