/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
|
/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
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | UtilsHLSL.cpp | 287 const char *TextureString(const HLSLTextureGroup textureGroup) in TextureString() argument
|
H A D | ResourcesHLSL.cpp | 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...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicImage2DHLSL.cpp | 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/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
|