Home
last modified time | relevance | path

Searched refs:imageUnitFormat (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/compiler/translator/
DShaderVars.cpp45 imageUnitFormat(GL_NONE), in ShaderVariable()
83 imageUnitFormat(other.imageUnitFormat), in ShaderVariable()
115 imageUnitFormat = other.imageUnitFormat; in operator =()
139 imageUnitFormat != other.imageUnitFormat || offset != other.offset || in operator ==()
417 if (imageUnitFormat != other.imageUnitFormat) in isSameUniformAtLinkTime()
DTranslatorVulkan.cpp807 if (uniform.active && gl::IsImageType(uniform.type) && uniform.imageUnitFormat == GL_R32F) in translateImpl()
DCollectVariables.cpp1083 uniform.imageUnitFormat = in recordUniform()
/external/angle/include/GLSLANG/
DShaderVars.h211 GLenum imageUnitFormat; member
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp490 linkedUniform.imageUnitFormat = variable.imageUnitFormat; in visitNamedVariable()
1731 if (variable1.imageUnitFormat != variable2.imageUnitFormat) in LinkValidateProgramVariables()
DProgram.cpp952 stream->writeInt(var.imageUnitFormat); in WriteShaderVar()
988 var->imageUnitFormat = stream->readInt<GLenum>(); in LoadShaderVar()
/external/angle/src/libANGLE/renderer/d3d/
DDynamicImage2DHLSL.cpp49 GLenum format = uniform.imageUnitFormat; in image2DHLSLGroup()
/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp1427 if (imageUniform.imageUnitFormat != GL_NONE) in updateImagesDescriptorSet()
1429 format = &renderer->getFormat(imageUniform.imageUnitFormat); in updateImagesDescriptorSet()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp945 json->addScalar("ImageUnitFormat", shaderVariable.imageUnitFormat); in SerializeShaderVariable()