Searched refs:textureGroup (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/ |
D | DynamicImage2DHLSL.cpp | 387 Image2DHLSLGroup textureGroup, in OutputImage2DSizeFunction() argument 396 out << getImage2DGroupReturnType(textureGroup, IMAGE2DSIZE) << " " in OutputImage2DSizeFunction() 397 << Image2DHLSLGroupFunctionName(textureGroup, IMAGE2DSIZE) << "("; in OutputImage2DSizeFunction() 398 OutputImage2DFunctionArgumentList(out, textureGroup, IMAGE2DSIZE); in OutputImage2DSizeFunction() 411 out << " const uint level = " << getImageMetadata(textureGroup) << ".level;\n"; in OutputImage2DSizeFunction() 493 Image2DHLSLGroup textureGroup, in OutputImage2DLoadFunction() argument 501 out << getImage2DGroupReturnType(textureGroup, IMAGE2DLOAD) << " " in OutputImage2DLoadFunction() 502 << Image2DHLSLGroupFunctionName(textureGroup, IMAGE2DLOAD) << "("; in OutputImage2DLoadFunction() 503 OutputImage2DFunctionArgumentList(out, textureGroup, IMAGE2DLOAD); in OutputImage2DLoadFunction() 507 out << " " << getImage2DGroupReturnType(textureGroup, IMAGE2DLOAD) << " result;\n"; in OutputImage2DLoadFunction() [all …]
|
/external/angle/src/compiler/translator/ |
D | ResourcesHLSL.cpp | 238 const HLSLTextureGroup textureGroup, in outputHLSLSamplerUniformGroup() argument 283 TString suffix = TextureGroupSuffix(textureGroup); in outputHLSLSamplerUniformGroup() 285 if (textureGroup != HLSL_TEXTURE_2D) in outputHLSLSamplerUniformGroup() 292 out << "uniform " << TextureString(textureGroup) << " textures" << suffix << "[" in outputHLSLSamplerUniformGroup() 295 out << "uniform " << SamplerString(textureGroup) << " samplers" << suffix << "[" in outputHLSLSamplerUniformGroup() 333 const HLSLTextureGroup textureGroup, in outputHLSLReadonlyImageUniformGroup() argument 345 TString suffix = TextureGroupSuffix(textureGroup); in outputHLSLReadonlyImageUniformGroup() 348 out << "uniform " << TextureString(textureGroup) << " readonlyImages" << suffix << "[" in outputHLSLReadonlyImageUniformGroup() 355 const HLSLRWTextureGroup textureGroup, in outputHLSLImageUniformGroup() argument 367 TString suffix = RWTextureGroupSuffix(textureGroup); in outputHLSLImageUniformGroup() [all …]
|
D | ResourcesHLSL.h | 114 const HLSLTextureGroup textureGroup, 124 const HLSLTextureGroup textureGroup, 128 const HLSLRWTextureGroup textureGroup,
|
D | UtilsHLSL.h | 95 const char *TextureString(const HLSLTextureGroup textureGroup); 105 const char *RWTextureString(const HLSLRWTextureGroup textureGroup);
|
D | UtilsHLSL.cpp | 285 const char *TextureString(const HLSLTextureGroup textureGroup) in TextureString() argument 287 switch (textureGroup) in TextureString()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 176 …TestCaseGroup* const textureGroup = new TestCaseGroup(m_context, "texture", "Texture stress tests"… in init() local 177 addChild(textureGroup); in init() 186 …textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCont… in init()
|
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 176 …TestCaseGroup* const textureGroup = new TestCaseGroup(m_context, "texture", "Texture stress tests"… in init() local 177 addChild(textureGroup); in init() 186 …textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCont… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 1949 …de::MovePtr<tcu::TestCaseGroup> textureGroup (new tcu::TestCaseGroup(m_testCtx, "texture", "Deriv… in init() local 1974 textureGroup->addChild(caseGroup.release()); in init() 1977 functionGroup->addChild(textureGroup.release()); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 1884 …tcu::TestCaseGroup* const textureGroup = new tcu::TestCaseGroup(m_testCtx, "texture", "Derivate of… in init() local 1885 functionGroup->addChild(textureGroup); in init() 1893 textureGroup->addChild(caseGroup); in init()
|