/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 35 using namespace glc; 48 glc::Context *context = (glc::Context *)userParam; in debugCallback() 170 de::MovePtr<glu::ShaderProgram> makeGraphicsPipeline(glc::Context& context, in makeGraphicsPipeline() 300 de::MovePtr<glu::ShaderProgram> makeComputePipeline(glc::Context& context, const GlslSource &glslTemplate, in makeComputePipeline() 402 explicit BufferOrImage(glc::Context& context, bool image) in BufferOrImage() 415 glc::Context& context, deUint64 sizeInBytes, GLenum target = GL_SHADER_STORAGE_BUFFER) in Buffer() 485 explicit Image(glc::Context& context, deUint32 width, deUint32 height, in Image() 516 explicit Vao(glc::Context& context) in Vao() 542 explicit Fbo(glc [all...] |
H A D | glcSubgroupsBallotTests.cpp | 35 namespace glc namespace 44 return glc::subgroups::check(datas, width, 0x7); in checkVertexPipelineStages() 51 return glc::subgroups::checkCompute(datas, numWorkgroups, localSize, 0x7); in checkComputeStage() 56 glc::subgroups::ShaderStageFlags shaderStage; 504 } // glc
|
H A D | glcSubgroupsBallotOtherTests.cpp | 35 namespace glc namespace 56 return glc::subgroups::check(datas, width, 0xf); in checkVertexPipelineStages() 63 return glc::subgroups::checkCompute(datas, numWorkgroups, localSize, 0xf); in checkComputeStage() 583 } // glc
|
H A D | glcSubgroupsShapeTests.cpp | 35 namespace glc namespace 44 return glc::subgroups::check(datas, width, 1); in checkVertexPipelineStages() 51 return glc::subgroups::checkCompute(datas, numWorkgroups, localSize, 1); in checkComputeStage() 586 } // glc
|
H A D | glcSubgroupsArithmeticTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsBallotBroadcastTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsBallotOtherTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsBallotTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsBasicTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsBuiltinMaskVarTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsBuiltinVarTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsClusteredTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsPartitionedTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsQuadTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsShapeTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsShuffleTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsVoteTests.hpp | 31 namespace glc namespace 39 } // glc
|
H A D | glcSubgroupsTests.hpp | 31 namespace glc namespace 51 } // glc
|
H A D | glcSubgroupsTests.cpp | 42 namespace glc namespace 75 } // glc
|
H A D | glcSubgroupsBallotBroadcastTests.cpp | 35 namespace glc namespace 51 return glc::subgroups::check(datas, width, 3); in checkVertexPipelineStages() 58 return glc::subgroups::checkCompute(datas, numWorkgroups, localSize, 3); in checkComputeStages() 583 } // glc
|
H A D | glcSubgroupsClusteredTests.cpp | 35 namespace glc namespace 56 return glc::subgroups::check(datas, width, 1); in checkVertexPipelineStages() 63 return glc::subgroups::checkCompute(datas, numWorkgroups, localSize, 1); in checkComputeStage() 870 } // glc
|
H A D | glcSubgroupsPartitionedTests.cpp | 35 namespace glc namespace 70 return glc::subgroups::check(datas, width, 0xFFFFFF); in checkVertexPipelineStages() 77 return glc::subgroups::checkCompute(datas, numWorkgroups, localSize, 0xFFFFFF); in checkComputeStage() 986 } // glc
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opt_value_numbering.cpp | 216 return aS.sync == bS.sync && aS.glc == bS.glc && aS.dlc == bS.dlc && aS.nv == bS.nv && in operator ()() 257 aM.glc == bM.glc && aM.dlc == bM.dlc && aM.slc == bM.slc && aM.tfe == bM.tfe && in operator ()() 264 aM.idxen == bM.idxen && aM.glc == bM.glc && aM.dlc == bM.dlc && aM.slc == bM.slc && in operator ()() 271 aM.glc == bM.glc && aM.slc == bM.slc && aM.tfe == bM.tfe && aM.da == bM.da && in operator ()()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSingleConfigTestPackage.cpp | 196 addChild(new glc::subgroups::GlSubgroupTests(getContext())); in init() 253 addChild(new glc::subgroups::GlSubgroupTests(getContext())); in init()
|
H A D | glcSpirvUtils.hpp | 31 namespace glc namespace
|