Searched refs:texelFetchStaticUse (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderVars.cpp | 56 texelFetchStaticUse(false), in ShaderVariable() 94 texelFetchStaticUse(other.texelFetchStaticUse), in ShaderVariable() 126 texelFetchStaticUse = other.texelFetchStaticUse; in operator =() 143 isPatch != other.isPatch || texelFetchStaticUse != other.texelFetchStaticUse || in operator ==()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | FlagSamplersWithTexelFetch.cpp | 62 uniform.texelFetchStaticUse = true; in visitAggregate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | TextureVk.h | 215 bool texelFetchStaticUse) const; 221 bool texelFetchStaticUse) const; 489 bool shouldDecodeSRGB(ContextVk *contextVk, GLenum srgbDecode, bool texelFetchStaticUse) const;
|
D | TextureVk.cpp | 2773 bool texelFetchStaticUse) const in shouldDecodeSRGB() 2793 if (srgbDecode == GL_SKIP_DECODE_EXT && !texelFetchStaticUse) in shouldDecodeSRGB() 2803 bool texelFetchStaticUse) const in getReadImageViewAndRecordUse() 2815 if (shouldDecodeSRGB(contextVk, srgbDecode, texelFetchStaticUse)) in getReadImageViewAndRecordUse() 2827 bool texelFetchStaticUse) const in getFetchImageViewAndRecordUse() 2837 if (shouldDecodeSRGB(contextVk, srgbDecode, texelFetchStaticUse)) in getFetchImageViewAndRecordUse()
|
D | ProgramExecutableVk.cpp | 1845 contextVk, unit.srgbDecode, samplerUniform.texelFetchStaticUse); in updateTexturesDescriptorSet() 1851 contextVk, unit.srgbDecode, samplerUniform.texelFetchStaticUse); in updateTexturesDescriptorSet()
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderVars.h | 239 bool texelFetchStaticUse; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 489 linkedUniform.texelFetchStaticUse = variable.texelFetchStaticUse; in visitNamedVariable()
|
D | Program.cpp | 1004 stream->writeBool(var.texelFetchStaticUse); in WriteShaderVar() 1040 var->texelFetchStaticUse = stream->readBool(); in LoadShaderVar()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 857 json->addScalar("TexelFetchStaticUse", shaderVariable.texelFetchStaticUse); in SerializeShaderVariable()
|