Home
last modified time | relevance | path

Searched defs:textureGroup (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongRunningTests.cpp176 TestCaseGroup* const textureGroup = new TestCaseGroup(m_context, "texture", "Texture stress tests"); in init() local
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sLongRunningTests.cpp176 TestCaseGroup* const textureGroup = new TestCaseGroup(m_context, "texture", "Texture stress tests"); in init() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DUtilsHLSL.cpp287 const char *TextureString(const HLSLTextureGroup textureGroup) in TextureString() argument
H A DResourcesHLSL.cpp291 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...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicImage2DHLSL.cpp386 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/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp1902 tcu::TestCaseGroup* const textureGroup = new tcu::TestCaseGroup(m_testCtx, "texture", "Derivate of texture lookup result"); in init() member in deqp::gles3::Functional::tcu

Completed in 9 milliseconds