/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 384 , m_shaderType (shaderType) in CreateShaderCase() 390 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() 398 const glu::ShaderType m_shaderType; member in deqp::gles3::Functional::CreateShaderCase 408 , m_shaderType (shaderType) in CompileShaderCase() 423 const char* shaderSource = getSimpleShaderSource(m_shaderType); in test() 424 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() 437 const glu::ShaderType m_shaderType; member in deqp::gles3::Functional::CompileShaderCase 586 , m_shaderType (shaderType) in ShaderSourceReplaceCase() 592 return getSimpleShaderSource(m_shaderType); in generateFirstSource() 602 if (m_shaderType == glu::SHADERTYPE_FRAGMENT) in generateSecondSource() [all …]
|
D | es3fShaderPackingFunctionTests.cpp | 79 glu::ShaderType m_shaderType; member in deqp::gles3::Functional::ShaderPackingFunctionCase 90 , m_shaderType (shaderType) in ShaderPackingFunctionCase() 105 m_executor = createExecutor(m_context.getRenderContext(), m_shaderType, m_spec); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 330 , m_shaderType (shaderType) in CreateShaderCase() 336 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() 344 const glu::ShaderType m_shaderType; member in deqp::gles2::Functional::CreateShaderCase 354 , m_shaderType (shaderType) in CompileShaderCase() 369 const char* shaderSource = getSimpleShaderSource(m_shaderType); in test() 370 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() 383 const glu::ShaderType m_shaderType; member in deqp::gles2::Functional::CompileShaderCase 532 , m_shaderType (shaderType) in ShaderSourceReplaceCase() 538 return getSimpleShaderSource(m_shaderType); in generateFirstSource() 552 if (m_shaderType == glu::SHADERTYPE_VERTEX) str += " gl_Position = vec4(variable);\n"; in generateSecondSource() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 324 generateSources(m_shaderType, m_spec, programCollection); in initPrograms() 333 const glu::ShaderType m_shaderType; member in vkt::shaderexecutor::IntegerFunctionCase 342 , m_shaderType (shaderType) in IntegerFunctionCase() 358 , m_shaderType (shaderType) in IntegerFunctionTestInstance() 362 , m_executor (createExecutor(context, m_shaderType, m_spec)) in IntegerFunctionTestInstance() 371 const glu::ShaderType m_shaderType; member in vkt::shaderexecutor::IntegerFunctionTestInstance 465 const int integerLength = getShaderUintBitCount(m_shaderType, precision); in getInputValues() 510 …generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 511 …generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 519 const int integerLength = getShaderUintBitCount(m_shaderType, precision); in compare() [all …]
|
D | vktAtomicOperationTests.cpp | 452 glu::ShaderType m_shaderType; member in vkt::shaderexecutor::__anonffe0b4930111::AtomicOperationCaseInstance 465 , m_shaderType (shaderType) in AtomicOperationCaseInstance() 496 switch (m_shaderType) in iterate() 606 …UniquePtr<ShaderExecutor> executor(createExecutor(m_context, m_shaderType, m_shaderSpec, *extraRes… in iterate() 632 generateSources(m_shaderType, m_shaderSpec, programCollection); in initPrograms() 639 const glu::ShaderType m_shaderType; member in vkt::shaderexecutor::__anonffe0b4930111::AtomicOperationCase 651 , m_shaderType (shaderType) in AtomicOperationCase() 665 return new AtomicOperationCaseInstance(ctx, m_shaderSpec, m_shaderType, m_dataType, m_atomicOp); in createInstance()
|
D | vktShaderPackingFunctionTests.cpp | 107 generateSources(m_shaderType, m_spec, programCollection); in initPrograms() 111 const glu::ShaderType m_shaderType; member in vkt::shaderexecutor::ShaderPackingFunctionCase 121 , m_shaderType (shaderType) in ShaderPackingFunctionCase() 137 , m_shaderType (shaderType) in ShaderPackingFunctionTestInstance() 140 , m_executor (createExecutor(context, m_shaderType, m_spec)) in ShaderPackingFunctionTestInstance() 146 const glu::ShaderType m_shaderType; member in vkt::shaderexecutor::ShaderPackingFunctionTestInstance 269 return new PackSnorm2x16CaseInstance(ctx, m_shaderType, m_spec, m_precision, getName()); in createInstance() 373 return new UnpackSnorm2x16CaseInstance(ctx, m_shaderType, m_spec, getName()); in createInstance() 492 return new PackUnorm2x16CaseInstance(ctx, m_shaderType, m_spec, m_precision, getName()); in createInstance() 597 return new UnpackUnorm2x16CaseInstance(ctx, m_shaderType, m_spec, getName()); in createInstance() [all …]
|
D | vktOpaqueTypeIndexingTests.cpp | 184 generateSources(m_shaderType, m_shaderSpec, programCollection); in initPrograms() 189 const glu::ShaderType m_shaderType; member in vkt::shaderexecutor::__anon04ee0ba80111::OpaqueTypeIndexingCase 201 , m_shaderType (shaderType) in OpaqueTypeIndexingCase() 227 const glu::ShaderType m_shaderType; member in vkt::shaderexecutor::__anon04ee0ba80111::OpaqueTypeIndexingTestInstance 240 , m_shaderType (shaderType) in OpaqueTypeIndexingTestInstance() 667 …de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_in… in iterate() 850 …UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraR… in iterate() 1032 m_shaderType, in createInstance() 1042 …de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexE… in createShaderSpec() 1328 …UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraRe… in iterate() [all …]
|
D | vktShaderCommonFunctionTests.cpp | 450 generateSources(m_shaderType, m_spec, programCollection); in initPrograms() 459 const glu::ShaderType m_shaderType; member in vkt::shaderexecutor::__anon6e13d22b0111::CommonFunctionCase 466 , m_shaderType (shaderType) in CommonFunctionCase() 482 , m_shaderType (shaderType) in CommonFunctionTestInstance() 495 const glu::ShaderType m_shaderType; member in vkt::shaderexecutor::__anon6e13d22b0111::CommonFunctionTestInstance 667 return new AbsCaseInstance(ctx, m_shaderType, m_spec, m_numValues, getName()); in createInstance() 776 return new SignCaseInstance(ctx, m_shaderType, m_spec, m_numValues, getName()); in createInstance() 912 return new RoundEvenCaseInstance(ctx, m_shaderType, m_spec, m_numValues, getName()); in createInstance() 992 return new ModfCaseInstance(ctx, m_shaderType, m_spec, m_numValues, getName()); in createInstance() 1089 return new IsnanCaseInstance(ctx, m_shaderType, m_spec, m_numValues, getName()); in createInstance() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fLayoutBindingTests.cpp | 331 const ShaderType m_shaderType; member in deqp::gles31::Functional::__anon196ef6fa0111::LayoutBindingRenderCase 365 , m_shaderType (shaderType) in LayoutBindingRenderCase() 410 switch (m_shaderType) in init() 454 …if ( ((m_shaderType == SHADERTYPE_VERTEX) || (m_shaderType == SHADERTYPE_ALL)) && (maxVertexUnits … in init() 456 …if ( ((m_shaderType == SHADERTYPE_FRAGMENT) || (m_shaderType == SHADERTYPE_ALL)) && (maxFragmentUn… in init() 458 if ( (m_shaderType == SHADERTYPE_ALL) && (maxCombinedUnits < m_numBindings*2) ) in init() 704 const ShaderType m_shaderType; member in deqp::gles31::Functional::__anon196ef6fa0111::LayoutBindingNegativeCase 740 , m_shaderType (shaderType) in LayoutBindingNegativeCase() 776 …if (!m_tessSupport && (m_shaderType == SHADERTYPE_TESS_EVALUATION || m_shaderType == SHADERTYPE_TE… in init() 807 switch (m_shaderType) in init() [all …]
|
D | es31fShaderIntegerFunctionTests.cpp | 179 glu::ShaderType m_shaderType; member in deqp::gles31::Functional::IntegerFunctionCase 191 , m_shaderType (shaderType) in IntegerFunctionCase() 207 m_executor = createExecutor(m_context.getRenderContext(), m_shaderType, m_spec); in init() 374 const int integerLength = getShaderUintBitCount(m_shaderType, precision); in getInputValues() 419 …generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 420 …generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 428 const int integerLength = getShaderUintBitCount(m_shaderType, precision); in compare() 470 const int integerLength = getShaderUintBitCount(m_shaderType, precision); in getInputValues() 513 …generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 514 …generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() [all …]
|
D | es31fOpaqueTypeIndexingTests.cpp | 347 const glu::ShaderType m_shaderType; member in deqp::gles31::Functional::__anon3ffe64040111::SamplerIndexingCase 354 , m_shaderType (shaderType) in SamplerIndexingCase() 368 if (m_shaderType == SHADERTYPE_GEOMETRY) in init() 373 …if (m_shaderType == SHADERTYPE_TESSELLATION_CONTROL || m_shaderType == SHADERTYPE_TESSELLATION_EVA… in init() 501 …de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_in… in iterate() 528 …ShaderExecutorPtr executor (createExecutor(m_context.getRenderContext(), m_shaderType, shaderSpe… in iterate() 719 const ShaderType m_shaderType; member in deqp::gles31::Functional::__anon3ffe64040111::BlockArrayIndexingCase 728 , m_shaderType (shaderType) in BlockArrayIndexingCase() 741 if (m_shaderType == SHADERTYPE_GEOMETRY) in init() 746 …if (m_shaderType == SHADERTYPE_TESSELLATION_CONTROL || m_shaderType == SHADERTYPE_TESSELLATION_EVA… in init() [all …]
|
D | es31fProgramInterfaceDefinition.cpp | 106 : m_shaderType (type) in Shader() 269 if (m_shaderType == glu::SHADERTYPE_VERTEX) in isValid() 290 else if (m_shaderType == glu::SHADERTYPE_FRAGMENT) in isValid() 311 else if (m_shaderType == glu::SHADERTYPE_COMPUTE) in isValid() 334 else if (m_shaderType == glu::SHADERTYPE_GEOMETRY) in isValid() 359 else if (m_shaderType == glu::SHADERTYPE_TESSELLATION_CONTROL) in isValid() 384 else if (m_shaderType == glu::SHADERTYPE_TESSELLATION_EVALUATION) in isValid()
|
D | es31fProgramInterfaceDefinition.hpp | 66 glu::ShaderType getType (void) const { return m_shaderType; } in getType() 80 const glu::ShaderType m_shaderType; member in deqp::gles31::Functional::ProgramInterfaceDefinition::Shader
|
D | es31fShaderUniformIntegerFunctionTests.cpp | 60 glu::ShaderType m_shaderType; member in deqp::gles31::Functional::UniformIntegerFunctionCase 70 , m_shaderType(shaderType) in UniformIntegerFunctionCase() 105 m_executor = createExecutor(m_context.getRenderContext(), m_shaderType, m_spec); in init()
|
D | es31fShaderStateQueryTests.cpp | 371 const glu::ShaderType m_shaderType; member in deqp::gles31::Functional::__anon39450bef0111::ShaderLogCase 376 , m_shaderType (shaderType) in ShaderLogCase() 384 switch (m_shaderType) in init() 423 shader = gl.glCreateShader(glu::getGLShaderType(m_shaderType)); in iterate()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 1142 const glu::ShaderType m_shaderType; member in deqp::gles31::Functional::__anon2d0959e90111::VariableReferencedByShaderValidator 1148 , m_shaderType (shaderType) in VariableReferencedByShaderValidator() 1150 DE_ASSERT(m_shaderType < glu::SHADERTYPE_LAST); in VariableReferencedByShaderValidator() 1167 << "Verifying referenced by " << glu::getShaderTypeName(m_shaderType) << " shader, expecting " in validate() 1173 …essage << "\tError, invalid referenced_by_" << glu::getShaderTypeName(m_shaderType) << ", got " <<… in validate() 1174 setError("referenced_by_" + std::string(glu::getShaderTypeName(m_shaderType)) + " invalid"); in validate() 1267 const glu::ShaderType m_shaderType; member in deqp::gles31::Functional::__anon2d0959e90111::BlockReferencedByShaderValidator 1273 , m_shaderType (shaderType) in BlockReferencedByShaderValidator() 1275 DE_ASSERT(m_shaderType < glu::SHADERTYPE_LAST); in BlockReferencedByShaderValidator() 1307 << "Verifying referenced by " << glu::getShaderTypeName(m_shaderType) << " shader, expecting " in validate() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderMacroTests.cpp | 45 glu::ShaderType m_shaderType; member in glcts::ExecutorTestCase 53 , m_shaderType(shaderType) in ExecutorTestCase() 65 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate()
|
D | glcAggressiveShaderOptimizationsTests.cpp | 74 ShaderType m_shaderType; member in glcts::TrigonometryTestCase 81 …: deqp::TestCase(context, name.c_str(), ""), m_shaderType(data.shaderType), m_testedFunction(data.… in TrigonometryTestCase() 163 if (m_shaderType == TEST_VERTEX_SHADER) in prepareSineSources() 359 if (m_shaderType == TEST_VERTEX_SHADER) in prepareCosineSources()
|
D | glcShaderConstExprTests.cpp | 84 glu::ShaderType m_shaderType; member in glcts::ShaderConstExpr::ExecutorTestCase 93 , m_shaderType(shaderType) in ExecutorTestCase() 148 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate()
|
/external/deqp/modules/egl/ |
D | teglRobustnessTests.cpp | 235 const ShaderType& getShaderType (void) const { return m_shaderType; } in getShaderType() 246 ShaderType m_shaderType; member in deqp::egl::__anon78dce4ca0111::RobustnessTestCase::Params 293 , m_shaderType (shaderType) in Params() 308 , m_shaderType (shaderType) in Params() 595 ShaderType m_shaderType; member in deqp::egl::__anon78dce4ca0111::ContextReset 618 , m_shaderType (shaderType) in ContextReset() 627 , m_shaderType (shaderType) in ContextReset() 729 if (m_shaderType == SHADERTYPE_COMPUTE) in genSources() 753 const bool isVertCase = m_shaderType == SHADERTYPE_VERT; in genNonComputeSource() 754 const bool isFragCase = m_shaderType == SHADERTYPE_FRAG; in genNonComputeSource() [all …]
|
D | teglGLES2SharingTests.cpp | 788 GLenum m_shaderType; member in deqp::egl::GLES2ShaderSharingTest 799 , m_shaderType (shaderType) in GLES2ShaderSharingTest() 823 m_shader = m_gl.createShader(m_shaderType); in createResource() 826 switch (m_shaderType) in createResource() 852 switch (m_shaderType) in createResource() 903 switch (m_shaderType) in renderResource() 933 switch (m_shaderType) in renderResource()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessBufferAccessTests.cpp | 105 const ShaderType m_shaderType; member in vkt::robustness::RobustBufferAccessTest 182 const ShaderType m_shaderType; member in vkt::robustness::BufferAccessInstance 265 , m_shaderType (shaderType) in RobustBufferAccessTest() 606 …initBufferAccessPrograms(programCollection, m_shaderStage, m_shaderType, m_bufferFormat, m_readFro… in initPrograms() 613 …return new BufferReadInstance(context, device, m_shaderType, m_shaderStage, m_bufferFormat, m_read… in createInstance() 635 …initBufferAccessPrograms(programCollection, m_shaderStage, m_shaderType, m_bufferFormat, false /* … in initPrograms() 642 …return new BufferWriteInstance(context, device, m_shaderType, m_shaderStage, m_bufferFormat, m_wri… in createInstance() 658 , m_shaderType (shaderType) in BufferAccessInstance() 668 const bool isTexelAccess = !!(m_shaderType == SHADER_TYPE_TEXEL_COPY); in BufferAccessInstance() 756 …const VkBufferUsageFlags outBufferUsageFlags = (m_shaderType == SHADER_TYPE_TEXEL_COPY) ? VK_BUFFE… in BufferAccessInstance() [all …]
|
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 209 const ShaderType m_shaderType; member in vkt::robustness::__anon691525380111::RobustAccessWithPointersTest 224 , m_shaderType(shaderType) in RobustAccessWithPointersTest() 328 const ShaderType m_shaderType; member in vkt::robustness::__anon691525380111::AccessInstance 1241 …return new ReadInstance(context, device, m_shaderType, m_shaderStage, m_bufferFormat, m_readAccess… in createInstance() 1248 …vAsmSources.add("compute") << MakeShader(VK_SHADER_STAGE_COMPUTE_BIT, m_shaderType, m_bufferFormat… in initPrograms() 1252 …irvAsmSources.add("vertex") << MakeShader(VK_SHADER_STAGE_VERTEX_BIT, m_shaderType, m_bufferFormat… in initPrograms() 1253 …smSources.add("fragment") << MakeShader(VK_SHADER_STAGE_FRAGMENT_BIT, m_shaderType, m_bufferFormat… in initPrograms() 1280 …return new WriteInstance(context, device, m_shaderType, m_shaderStage, m_bufferFormat, m_writeAcce… in createInstance() 1287 …vAsmSources.add("compute") << MakeShader(VK_SHADER_STAGE_COMPUTE_BIT, m_shaderType, m_bufferFormat… in initPrograms() 1291 …irvAsmSources.add("vertex") << MakeShader(VK_SHADER_STAGE_VERTEX_BIT, m_shaderType, m_bufferFormat… in initPrograms() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongShaderTests.cpp | 361 const glu::ShaderType m_shaderType; member in deqp::gles3::Stress::LongShaderCompileStressCase 369 , m_shaderType (caseSpec.shaderType) in LongShaderCompileStressCase() 374 DE_ASSERT(m_shaderType == glu::SHADERTYPE_VERTEX || m_shaderType == glu::SHADERTYPE_FRAGMENT); in LongShaderCompileStressCase() 389 …const glu::ShaderType otherShader = (m_shaderType == glu::SHADERTYPE_VERTEX) ? glu::SHADERTYPE_FR… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemStorageBufferTests.cpp | 198 const glu::ShaderType m_shaderType; member in vkt::ProtectedMem::__anon04d113d90111::StorageBufferTestInstance 217 , m_shaderType (shaderType) in StorageBufferTestCase() 225 … return new StorageBufferTestInstance<T>(ctx, m_testType, m_shaderType, m_testInput, m_validator); in createInstance() 233 const glu::ShaderType m_shaderType; member in vkt::ProtectedMem::__anon04d113d90111::StorageBufferTestCase 247 , m_shaderType (shaderType) in StorageBufferTestInstance() 341 if (m_shaderType == glu::SHADERTYPE_FRAGMENT) in initPrograms() 351 else if (m_shaderType == glu::SHADERTYPE_COMPUTE) in initPrograms() 661 switch (m_shaderType) in iterate()
|