/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicImage2DHLSL.cpp | 387 Image2DHLSLGroup textureGroup, in OutputImage2DSizeFunction() 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() 501 out << getImage2DGroupReturnType(textureGroup, IMAGE2DLOAD) << " " in OutputImage2DLoadFunction() 502 << Image2DHLSLGroupFunctionName(textureGroup, IMAGE2DLOAD) << "("; in OutputImage2DLoadFunction() 503 OutputImage2DFunctionArgumentList(out, textureGroup, IMAGE2DLOAD); in OutputImage2DLoadFunction() 507 out << " " << getImage2DGroupReturnType(textureGroup, IMAGE2DLOA in OutputImage2DLoadFunction() 386 OutputImage2DSizeFunction(std::ostringstream &out, Image2DHLSLGroup textureGroup, unsigned int totalCount, unsigned int texture2DCount, unsigned int texture3DCount, unsigned int texture2DArrayCount, const std::string &offsetStr, const std::string &declarationStr, bool getDimensionsIgnoresBaseLevel) OutputImage2DSizeFunction() argument 492 OutputImage2DLoadFunction(std::ostringstream &out, Image2DHLSLGroup textureGroup, unsigned int totalCount, unsigned int texture2DCount, unsigned int texture3DCount, unsigned int texture2DArrayCount, const std::string &offsetStr, const std::string &declarationStr) OutputImage2DLoadFunction() argument 585 OutputImage2DStoreFunction(std::ostringstream &out, Image2DHLSLGroup textureGroup, unsigned int totalCount, unsigned int texture2DCount, unsigned int texture3DCount, unsigned int texture2DArrayCount, const std::string &offsetStr, const std::string &declarationStr) OutputImage2DStoreFunction() argument 675 GetImage2DRegisterIndex(Image2DHLSLGroup textureGroup, unsigned int *groupTextureRegisterIndex, unsigned int *groupRWTextureRegisterIndex) GetImage2DRegisterIndex() argument 699 OutputHLSLImage2DUniformGroup(ProgramD3D &programD3D, const gl::ProgramState &programData, gl::ShaderType shaderType, std::ostringstream &out, const Image2DHLSLGroup textureGroup, const std::vector<sh::ShaderVariable> &group, const gl::ImageUnitTextureTypeMap &image2DBindLayout, unsigned int *groupTextureRegisterIndex, unsigned int *groupRWTextureRegisterIndex, unsigned int *image2DTexture3D, unsigned int *image2DTexture2DArray, unsigned int *image2DTexture2D) OutputHLSLImage2DUniformGroup() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ResourcesHLSL.h | 114 const HLSLTextureGroup textureGroup, 124 const HLSLTextureGroup textureGroup, 128 const HLSLRWTextureGroup textureGroup,
|
H A D | ResourcesHLSL.cpp | 293 const HLSLTextureGroup textureGroup, in outputHLSLSamplerUniformGroup() 338 TString suffix = TextureGroupSuffix(textureGroup); in outputHLSLSamplerUniformGroup() 340 if (textureGroup != HLSL_TEXTURE_2D) in outputHLSLSamplerUniformGroup() 347 out << "uniform " << TextureString(textureGroup) << " textures" << suffix << "[" in outputHLSLSamplerUniformGroup() 350 out << "uniform " << SamplerString(textureGroup) << " samplers" << suffix << "[" in outputHLSLSamplerUniformGroup() 388 const HLSLTextureGroup textureGroup, in outputHLSLReadonlyImageUniformGroup() 400 TString suffix = TextureGroupSuffix(textureGroup); in outputHLSLReadonlyImageUniformGroup() 403 out << "uniform " << TextureString(textureGroup) << " readonlyImages" << suffix << "[" in outputHLSLReadonlyImageUniformGroup() 410 const HLSLRWTextureGroup textureGroup, in outputHLSLImageUniformGroup() 422 TString suffix = RWTextureGroupSuffix(textureGroup); in outputHLSLImageUniformGroup() 291 outputHLSLSamplerUniformGroup( TInfoSinkBase &out, const HLSLTextureGroup textureGroup, const TVector<const TVariable *> &group, const TMap<const TVariable *, TString> &samplerInStructSymbolsToAPINames, unsigned int *groupTextureRegisterIndex) outputHLSLSamplerUniformGroup() argument 387 outputHLSLReadonlyImageUniformGroup(TInfoSinkBase &out, const HLSLTextureGroup textureGroup, const TVector<const TVariable *> &group, unsigned int *groupTextureRegisterIndex) outputHLSLReadonlyImageUniformGroup() argument 409 outputHLSLImageUniformGroup(TInfoSinkBase &out, const HLSLRWTextureGroup textureGroup, const TVector<const TVariable *> &group, unsigned int *groupTextureRegisterIndex) outputHLSLImageUniformGroup() argument [all...] |
H A D | UtilsHLSL.h | 95 const char *TextureString(const HLSLTextureGroup textureGroup); 105 const char *RWTextureString(const HLSLRWTextureGroup textureGroup);
|
H A D | UtilsHLSL.cpp | 287 const char *TextureString(const HLSLTextureGroup textureGroup) in TextureString() argument 289 switch (textureGroup) in TextureString()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A 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.getRenderContext(), in init()
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A 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.getRenderContext(), in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 2045 de::MovePtr<tcu::TestCaseGroup> textureGroup (new tcu::TestCaseGroup(m_testCtx, "texture", "Derivate of texture lookup result")); in init() 2070 textureGroup->addChild(caseGroup.release()); in init() 2073 functionGroup->addChild(textureGroup.release()); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 1902 tcu::TestCaseGroup* const textureGroup = new tcu::TestCaseGroup(m_testCtx, "texture", "Derivate of texture lookup result"); in init() member in deqp::gles3::Functional::tcu 1903 functionGroup->addChild(textureGroup); in init() 1911 textureGroup->addChild(caseGroup); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 1955 de::MovePtr<tcu::TestCaseGroup> textureGroup (new tcu::TestCaseGroup(m_testCtx, "texture", "Derivate of texture lookup result")); in init() 1980 textureGroup->addChild(caseGroup.release()); in init() 1983 functionGroup->addChild(textureGroup.release()); in init()
|