Home
last modified time | relevance | path

Searched defs:samplerName (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureUnitTests.cpp144 string samplerName = "u_sampler" + ndxStr; in generateMultiTexFragmentShader() local
184 string samplerName = "u_sampler" + de::toString(ndx); in generateShaderProgramDeclaration() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp371 std::string samplerName = gl::ParseResourceName(originalName, nullptr); in GetMappedSamplerName() local
796 const std::string samplerName = GetMappedSamplerName(samplerUniform.name); in AssignTextureBindings() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboTestUtil.cpp190 string samplerName = string("u_sampler") + de::toString(texNdx); in setUniforms() local
Des31fOpaqueTypeIndexingTests.cpp549 const string samplerName = string("sampler[") + de::toString(samplerNdx) + "]"; in iterate() local
1335 const char* samplerName = getDataTypeName(samplerType); in init() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp228 std::string samplerName; in RewriteModifiedStructFieldSelectionExpression() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureUnitTests.cpp213 string samplerName = "u_sampler" + ndxStr; in generateMultiTexFragmentShader() local
260 string samplerName = "u_sampler" + de::toString(ndx); in generateShaderProgramDeclaration() local
Des3fFboTestUtil.cpp347 string samplerName = string("u_sampler") + de::toString(texNdx); in setUniforms() local
Des3fShaderTextureFunctionTests.cpp1968 const char* samplerName; in init() member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureBarrierTests.cpp430 GLchar samplerName[] = "texInput[0]"; in iterate() local
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c565 char samplerName[20]; in ptn_tex() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp690 const std::string samplerName = GlslangGetMappedSamplerName(samplerUniform.name); in addTextureDescriptorSetDesc() local
1763 const std::string samplerName = GlslangGetMappedSamplerName(samplerUniform.name); in updateTexturesDescriptorSet() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp2058 const char* samplerName = getDataTypeName(samplerType); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp2058 const char* samplerName = getDataTypeName(samplerType); in init() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp916 const std::string samplerName = GlslangGetMappedSamplerName(samplerUniform.name); in AssignTextureBindings() local
4773 std::string samplerName = originalName; in GlslangGetMappedSamplerName() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp4573 const char* samplerName; in init() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp4573 const char* samplerName; in init() member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp1075 GLboolean Context::isSampler(GLuint samplerName) in isSampler()