Home
last modified time | relevance | path

Searched defs:deUint32 (Results 1 – 20 of 20) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBasicTests.cpp43 deUint32 width, deUint32 height, deUint32) in checkFragmentSubgroupElect() argument
77 deUint32 width, deUint32 height, deUint32) in checkFragmentSubgroupBarriers() argument
101 deUint32 width, deUint32 height, deUint32) in checkFragmentSubgroupBarriersNoSSBO() argument
128 deUint32 width, deUint32) in checkVertexPipelineStagesSubgroupElectNoSSBO() argument
155 deUint32 width, deUint32) in checkVertexPipelineStagesSubgroupElect() argument
186 deUint32 width, deUint32) in checkVertexPipelineStagesSubgroupBarriers() argument
207 deUint32 width, deUint32) in checkVertexPipelineStagesSubgroupBarriersNoSSBO() argument
232 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkComputeSubgroupElect() argument
283 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkComputeSubgroupBarriers() argument
DvktSubgroupsVoteTests.cpp47 deUint32 width, deUint32) in checkVertexPipelineStages() argument
65 deUint32 width, deUint32) in checkVertexPipelineStagesNoSSBO() argument
82 static bool checkFragment(std::vector<const void*> datas, deUint32 width, in checkFragment() argument
104 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() argument
157 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkComputeAllEqual() argument
DvktSubgroupsBallotTests.cpp39 deUint32 width, deUint32) in checkVertexPipelineStages() argument
57 deUint32 width, deUint32 height, deUint32) in checkFragment() argument
78 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() argument
DvktSubgroupsBuiltinMaskVarTests.cpp41 deUint32 width, deUint32) in checkVertexPipelineStages() argument
59 deUint32 width, deUint32 height, deUint32) in checkFragment() argument
80 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() argument
DvktSubgroupsShapeTests.cpp39 deUint32 width, deUint32 height, deUint32) in checkFragment() argument
60 deUint32 width, deUint32) in checkVertexPipelineStages() argument
78 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() argument
DvktSubgroupsBallotOtherTests.cpp51 deUint32 width, deUint32) in checkVertexPipelineStages() argument
69 deUint32 width, deUint32 height, deUint32) in checkFragment() argument
90 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() argument
DvktSubgroupsBallotBroadcastTests.cpp46 deUint32 width, deUint32) in checkVertexPipelineStages() argument
64 deUint32 width, deUint32 height, deUint32) in checkFragment() argument
85 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() argument
DvktSubgroupsShuffleTests.cpp48 deUint32 width, deUint32) in checkVertexPipelineStages() argument
66 deUint32 width, deUint32 height, deUint32) in checkFragment() argument
87 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() argument
DvktSubgroupsQuadTests.cpp48 deUint32 width, deUint32) in checkVertexPipelineStages() argument
66 deUint32 width, deUint32 height, deUint32) in checkFragment() argument
87 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() argument
DvktSubgroupsClusteredTests.cpp51 deUint32 width, deUint32) in checkVertexPipelineStages() argument
69 deUint32 width, deUint32 height, deUint32) in checkFragment() argument
90 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() argument
DvktSubgroupsArithmeticTests.cpp65 deUint32 width, deUint32) in checkVertexPipelineStages() argument
83 deUint32 width, deUint32 height, deUint32) in checkFragment() argument
104 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() argument
DvktSubgroupsBuiltinVarTests.cpp277 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkComputeNumSubgroups() argument
334 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkComputeSubgroupID() argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVAsm.cpp162 bool assembleSpirV (const SpirVAsmSource*, std::vector<deUint32>*, SpirVProgramInfo*, SpirvVersion) in assembleSpirV()
167 void disassembleSpirV (size_t, const deUint32*, std::ostream*, SpirvVersion) in disassembleSpirV()
172 bool validateSpirV (size_t, const deUint32*, std::ostream*, SpirvVersion) in validateSpirV()
DvkShaderToSpirV.cpp356 bool compileGlslToSpirV (const GlslSource&, std::vector<deUint32>*, glu::ShaderProgramInfo*) in compileGlslToSpirV()
361 bool compileHlslToSpirV (const HlslSource&, std::vector<deUint32>*, glu::ShaderProgramInfo*) in compileHlslToSpirV()
366 void stripSpirVDebugInfo (const size_t, const deUint32*, std::vector<deUint32>*) in stripSpirVDebugInfo()
DvkPrograms.cpp273 vk::SpirvVersion getBaselineSpirvVersion (const deUint32 /* vulkanVersion */) in getBaselineSpirvVersion()
/external/deqp/framework/delibs/debase/
DdeDefs.h168 typedef unsigned int deUint32; typedef
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp153 template<int Size> inline Vector<deUint32, Size> addOne (const Vector<deUint32, Size>& v) { return … in addOne()
154 template<int Size> inline Vector<deUint32, Size> subOne (const Vector<deUint32, Size>& v) { return … in subOne()
161 template<int Size> inline Vector<deUint32, Size> subVecScalar (const Vector<deUint32, Size>& v… in subVecScalar()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp170 template<int Size> inline Vector<deUint32, Size> addOne (const Vector<deUint32, Size>& v) { return … in addOne()
171 template<int Size> inline Vector<deUint32, Size> subOne (const Vector<deUint32, Size>& v) { return … in subOne()
178 template<int Size> inline Vector<deUint32, Size> subVecScalar (const Vector<deUint32, Size>& v… in subVecScalar()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp5039 …entGenerator)(Context&, const ResourceDefinition::Node::SharedPtr&, tcu::TestCaseGroup*, deUint32)) in generateProgramInputOutputShaderCaseBlocks() argument
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp995 const vector<pair<deUint32, vk::VkQueue> >& queues, in Context()