/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderFragDataTests.cpp | 106 FragDataIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType) in FragDataIndexingCase() argument 108 , m_indexExprType (indexExprType) in FragDataIndexingCase() 112 static glu::ProgramSources genSources (const IndexExprType indexExprType) in genSources() argument 114 const char* const fragIndexExpr = indexExprType == INDEX_EXPR_STATIC ? "0" : in genSources() 115 indexExprType == INDEX_EXPR_UNIFORM ? "u_index" : in genSources() 116 indexExprType == INDEX_EXPR_DYNAMIC ? "int(v_index)" : DE_NULL; in genSources()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 179 const IndexExprType indexExprType); 199 const IndexExprType indexExprType) in OpaqueTypeIndexingCase() 203 , m_indexExprType (indexExprType) in OpaqueTypeIndexingCase() 223 const IndexExprType indexExprType); 243 const IndexExprType indexExprType) in OpaqueTypeIndexingTestInstance() 249 , m_indexExprType (indexExprType) in OpaqueTypeIndexingTestInstance() 640 const IndexExprType indexExprType, 656 const IndexExprType indexExprType, in SamplerIndexingCaseInstance() 658 : OpaqueTypeIndexingTestInstance (context, shaderType, shaderSpec, name, indexExprType) in SamplerIndexingCaseInstance() 1014 IndexExprType indexExprType); 196 OpaqueTypeIndexingCase(tcu::TestContext& testCtx, const char* name, const glu::ShaderType shaderType, const IndexExprType indexExprType) OpaqueTypeIndexingCase() argument 239 OpaqueTypeIndexingTestInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, const char* name, const IndexExprType indexExprType) OpaqueTypeIndexingTestInstance() argument 651 SamplerIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, const char* name, glu::DataType samplerType, const IndexExprType indexExprType, const std::vector<int>& lookupIndices) SamplerIndexingCaseInstance() argument 1031 SamplerIndexingCase(tcu::TestContext& testCtx, const char* name, const glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType) SamplerIndexingCase() argument 1164 BlockArrayIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, const char* name, BlockType blockType, const deUint32 flags, const IndexExprType indexExprType, const std::vector<int>& readIndices, const std::vector<deUint32>& inValues) BlockArrayIndexingCaseInstance() argument 1403 BlockArrayIndexingCase(tcu::TestContext& testCtx, const char* name, BlockType blockType, IndexExprType indexExprType, const glu::ShaderType shaderType, deUint32 flags) BlockArrayIndexingCase() argument 1555 AtomicCounterIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, const char* name, const std::vector<int>& opIndices, const IndexExprType indexExprType) AtomicCounterIndexingCaseInstance() argument 1862 AtomicCounterIndexingCase(tcu::TestContext& testCtx, const char* name, IndexExprType indexExprType, const glu::ShaderType shaderType) AtomicCounterIndexingCase() argument 2035 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; init() local 2076 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; init() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 180 const IndexExprType indexExprType); 201 const IndexExprType indexExprType) in OpaqueTypeIndexingCase() 205 , m_indexExprType (indexExprType) in OpaqueTypeIndexingCase() 225 const IndexExprType indexExprType); 245 const IndexExprType indexExprType) in OpaqueTypeIndexingTestInstance() 251 , m_indexExprType (indexExprType) in OpaqueTypeIndexingTestInstance() 642 const IndexExprType indexExprType, 658 const IndexExprType indexExprType, in SamplerIndexingCaseInstance() 660 : OpaqueTypeIndexingTestInstance (context, shaderType, shaderSpec, name, indexExprType) in SamplerIndexingCaseInstance() 1017 IndexExprType indexExprType); 197 OpaqueTypeIndexingCase(tcu::TestContext& testCtx, const char* name, const char* description, const glu::ShaderType shaderType, const IndexExprType indexExprType) OpaqueTypeIndexingCase() argument 241 OpaqueTypeIndexingTestInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, const char* name, const IndexExprType indexExprType) OpaqueTypeIndexingTestInstance() argument 653 SamplerIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, const char* name, glu::DataType samplerType, const IndexExprType indexExprType, const std::vector<int>& lookupIndices) SamplerIndexingCaseInstance() argument 1034 SamplerIndexingCase(tcu::TestContext& testCtx, const char* name, const char* description, const glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType) SamplerIndexingCase() argument 1168 BlockArrayIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, const char* name, BlockType blockType, const deUint32 flags, const IndexExprType indexExprType, const std::vector<int>& readIndices, const std::vector<deUint32>& inValues) BlockArrayIndexingCaseInstance() argument 1408 BlockArrayIndexingCase(tcu::TestContext& testCtx, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, const glu::ShaderType shaderType, deUint32 flags) BlockArrayIndexingCase() argument 1561 AtomicCounterIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, const char* name, const std::vector<int>& opIndices, const IndexExprType indexExprType) AtomicCounterIndexingCaseInstance() argument 1869 AtomicCounterIndexingCase(tcu::TestContext& testCtx, const char* name, const char* description, IndexExprType indexExprType, const glu::ShaderType shaderType) AtomicCounterIndexingCase() argument 2039 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; init() local 2080 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; init() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderFragDataTests.cpp | 124 FragDataIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType) in FragDataIndexingCase() argument 126 , m_indexExprType (indexExprType) in FragDataIndexingCase() 130 static glu::ProgramSources genSources (const IndexExprType indexExprType) in genSources() argument 132 const char* const fragIndexExpr = indexExprType == INDEX_EXPR_STATIC ? "0" : in genSources() 133 indexExprType == INDEX_EXPR_UNIFORM ? "u_index" : in genSources() 134 indexExprType == INDEX_EXPR_DYNAMIC ? "int(v_index)" : DE_NULL; in genSources()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fOpaqueTypeIndexingTests.cpp | 335 SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType); 352 SamplerIndexingCase::SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType) in SamplerIndexingCase() argument 356 , m_indexExprType (indexExprType) in SamplerIndexingCase() 709 BlockArrayIndexingCase (Context& context, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType shaderType); 728 BlockArrayIndexingCase::BlockArrayIndexingCase (Context& context, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType shaderType) in BlockArrayIndexingCase() argument 731 , m_indexExprType (indexExprType) in BlockArrayIndexingCase() 945 AtomicCounterIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType, ShaderType shaderType); 962 AtomicCounterIndexingCase::AtomicCounterIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType, ShaderType shaderType) in AtomicCounterIndexingCase() argument 964 , m_indexExprType (indexExprType) in AtomicCounterIndexingCase() 1322 const IndexExprType indexExprType in init() local 1355 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; init() local [all...] |