Home
last modified time | relevance | path

Searched refs:bool32 (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibraryCase.hpp79 deInt32 bool32; member
DglcShaderLibrary.cpp786 elems[scalarNdx].bool32 = (m_curToken == TOKEN_TRUE); in parseValueElement()
DglcShaderLibraryCase.cpp1029 result << (e.bool32 ? "true" : "false"); in dumpValues()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.hpp74 deInt32 bool32; member
DgluShaderLibrary.cpp970 elems[scalarNdx].bool32 = (m_curToken == TOKEN_TRUE); in parseValueElement()
1679 result << (e.bool32 ? "true" : "false"); in dumpValue()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderConstExprTests.cpp62 value.elements[0].bool32 = output!=0.0f; in addOutputVar()
/third_party/mesa3d/docs/relnotes/
D22.0.2.rst178 - nir/opcodes: fisfinite32 should return bool32
D22.1.0.rst1814 - nir/opcodes: fisfinite32 should return bool32
D20.3.0.rst719 - pan/bi: Account for bool32 ld_ubo reads
D22.2.0.rst2719 - nir/opcodes: fisfinite32 should return bool32
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp677 …const deUint32 data = value.elements[arrayNdx*scalarSize + vecNdx*numComps + compNdx].bool32 ? ~0u… in copyToLayout()