Home
last modified time | relevance | path

Searched refs:glc (Results 1 - 25 of 44) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp35 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 DglcSubgroupsBallotTests.cpp35 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 DglcSubgroupsBallotOtherTests.cpp35 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 DglcSubgroupsShapeTests.cpp35 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 DglcSubgroupsArithmeticTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsBallotBroadcastTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsBallotOtherTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsBallotTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsBasicTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsBuiltinMaskVarTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsBuiltinVarTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsClusteredTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsPartitionedTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsQuadTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsShapeTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsShuffleTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsVoteTests.hpp31 namespace glc namespace
39 } // glc
H A DglcSubgroupsTests.hpp31 namespace glc namespace
51 } // glc
H A DglcSubgroupsTests.cpp42 namespace glc namespace
75 } // glc
H A DglcSubgroupsBallotBroadcastTests.cpp35 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 DglcSubgroupsClusteredTests.cpp35 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 DglcSubgroupsPartitionedTests.cpp35 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 Daco_opt_value_numbering.cpp216 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 DglcSingleConfigTestPackage.cpp196 addChild(new glc::subgroups::GlSubgroupTests(getContext())); in init()
253 addChild(new glc::subgroups::GlSubgroupTests(getContext())); in init()
H A DglcSpirvUtils.hpp31 namespace glc namespace

Completed in 15 milliseconds

12