Home
last modified time | relevance | path

Searched defs:numValues (Results 1 – 25 of 62) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp123 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups); in init() local
203 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups); in iterate() local
265 void getInputs (int numValues, int stride, void* inputs) const in getInputs()
277 …bool verify (int numValues, int inputStride, const void* inputs, int outputStride, const void* out… in verify()
419 void getInputs (int numValues, int stride, void* inputs) const in getInputs()
430 …bool verify (int numValues, int inputStride, const void* inputs, int outputStride, const void* out… in verify()
501 void getInputs (int numValues, int stride, void* inputs) const in getInputs()
512 …bool verify (int numValues, int inputStride, const void* inputs, int outputStride, const void* out… in verify()
585 void getInputs (int numValues, int stride, void* inputs) const in getInputs()
604 …bool verify (int numValues, int inputStride, const void* inputs, int outputStride, const void* out… in verify()
[all …]
Des31fShaderPackingFunctionTests.cpp179 const int numValues = (int)inputs.size(); in iterate() local
267 const int numValues = (int)inputs.size(); in iterate() local
370 const int numValues = (int)inputs.size(); in iterate() local
458 const int numValues = (int)inputs.size(); in iterate() local
566 const int numValues = (int)inputs.size(); in iterate() local
669 const int numValues = (int)inputs.size(); in iterate() local
781 const int numValues = (int)inputs.size(); in iterate() local
875 const int numValues = (int)inputs.size(); in iterate() local
990 const int numValues = (int)inputs.size(); in iterate() local
1084 const int numValues = (int)inputs.size(); in iterate() local
Des31fShaderIntegerFunctionTests.cpp137 …derType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues) in generateRandomInputData()
236 …getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) in getInputOutputPointers()
340 void getInputValues (int numValues, void* const* values) const in getInputValues()
436 void getInputValues (int numValues, void* const* values) const in getInputValues()
530 void getInputValues (int numValues, void* const* values) const in getInputValues()
620 void getInputValues (int numValues, void* const* values) const in getInputValues()
711 void getInputValues (int numValues, void* const* values) const in getInputValues()
785 void getInputValues (int numValues, void* const* values) const in getInputValues()
859 void getInputValues (int numValues, void* const* values) const in getInputValues()
908 void getInputValues (int numValues, void* const* values) const in getInputValues()
[all …]
Des31fShaderCommonFunctionTests.cpp74 …<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue, void* dst, int numValues, int offset = … in fillRandomVectors()
82 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars()
300 …getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) in getInputOutputPointers()
468 void getInputValues (int numValues, void* const* values) const in getInputValues()
550 void getInputValues (int numValues, void* const* values) const in getInputValues()
656 void getInputValues (int numValues, void* const* values) const in getInputValues()
768 void getInputValues (int numValues, void* const* values) const in getInputValues()
838 void getInputValues (int numValues, void* const* values) const in getInputValues()
921 void getInputValues (int numValues, void* const* values) const in getInputValues()
1004 void getInputValues (int numValues, void* const* values) const in getInputValues()
[all …]
Des31fBasicComputeShaderTests.cpp121 …UBOToSSBOInvertCase (Context& context, const char* name, const char* description, int numValues, c… in UBOToSSBOInvertCase()
243 …CopyInvertSSBOCase (Context& context, const char* name, const char* description, int numValues, co… in CopyInvertSSBOCase()
366 …InvertSSBOInPlaceCase (Context& context, const char* name, const char* description, int numValues,… in InvertSSBOInPlaceCase()
470 …SBOCase (Context& context, const char* name, const char* description, int numValues, bool isSized,… in WriteToMultipleSSBOCase()
611 const int numValues = workGroupSize*workGroupCount; in iterate() local
834 const int numValues = workGroupSize*workGroupCount; in iterate() local
928 const int numValues = workGroupSize*workGroupCount; in iterate() local
1501 const int numValues = workGroupSize*workGroupCount; in iterate() local
Des31fShaderSharedVarTests.cpp187 const int numValues = (int)product(m_workGroupSize); in iterate() local
316 const deUint32 numValues = product(m_workGroupSize); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp139 …derType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues) in generateRandomInputData()
176 …getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) in getInputOutputPointers()
307 …Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* n… in IntegerFunctionTestInstance()
405 …Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* n… in UaddCarryCaseInstance()
410 void getInputValues (int numValues, void* const* values) const in getInputValues()
515 …Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* n… in UsubBorrowCaseInstance()
520 void getInputValues (int numValues, void* const* values) const in getInputValues()
623 …Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* n… in UmulExtendedCaseInstance()
628 void getInputValues (int numValues, void* const* values) const in getInputValues()
727 …Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* n… in ImulExtendedCaseInstance()
[all …]
DvktShaderCommonFunctionTests.cpp81 …<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue, void* dst, int numValues, int offset = … in fillRandomVectors()
89 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars()
221 … getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint8>& data, const int numValues) in getInputOutputPointers()
398 …CommonFunctionTestInstance (Context& context, const ShaderSpec& spec, int numValues, const char* n… in CommonFunctionTestInstance()
496 AbsCaseInstance (Context& context, const ShaderSpec& spec, int numValues, const char* name) in AbsCaseInstance()
501 void getInputValues (int numValues, void* const* values) const in getInputValues()
564 SignCaseInstance (Context& context, const ShaderSpec& spec, int numValues, const char* name) in SignCaseInstance()
569 void getInputValues (int numValues, void* const* values) const in getInputValues()
633 static void infNanRandomFloats(int numValues, void* const* values, const char *name, const ShaderSp… in infNanRandomFloats()
686 IsnanCaseInstance (Context& context, const ShaderSpec& spec, int numValues, const char* name) in IsnanCaseInstance()
[all …]
DvktShaderPackingFunctionTests.cpp183 const int numValues = (int)inputs.size(); in iterate() local
289 const int numValues = (int)inputs.size(); in iterate() local
402 const int numValues = (int)inputs.size(); in iterate() local
508 const int numValues = (int)inputs.size(); in iterate() local
632 const int numValues = (int)inputs.size(); in iterate() local
782 const int numValues = (int)inputs.size(); in iterate() local
945 const int numValues = (int)inputs.size(); in iterate() local
1057 const int numValues = (int)inputs.size(); in iterate() local
1180 const int numValues = (int)inputs.size(); in iterate() local
1292 const int numValues = (int)inputs.size(); in iterate() local
DvktShaderExecutor.cpp656 static std::vector<tcu::Vec2> computeVertexPositions (int numValues, const tcu::IVec2& renderSize) in computeVertexPositions()
806 void FragmentOutExecutor::bindAttributes (int numValues, const void* const* inputs) in bindAttributes()
901 void FragmentOutExecutor::execute (int numValues, const void* const* inputs, void* const* outputs, … in execute()
1775 …::copyToBuffer (const glu::VarType& varType, const VarLayout& layout, int numValues, const void* s… in copyToBuffer()
1816 …copyFromBuffer (const glu::VarType& varType, const VarLayout& layout, int numValues, const void* s… in copyFromBuffer()
1844 void BufferIoExecutor::uploadInputBuffer (const void* const* inputPtrs, int numValues, bool packFlo… in uploadInputBuffer()
1867 void BufferIoExecutor::readOutputBuffer (void* const* outputPtrs, int numValues) in readOutputBuffer()
1886 void BufferIoExecutor::initBuffers (int numValues) in initBuffers()
2654 void ComputeShaderExecutor::execute (int numValues, const void* const* inputs, void* const* outputs… in execute()
2959 void MeshTaskShaderExecutor::execute (int numValues, const void* const* inputs, void* const* output… in execute()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp139 …derType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues) in generateRandomInputData()
176 …getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) in getInputOutputPointers()
307 …Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* n… in IntegerFunctionTestInstance()
405 …Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* n… in UaddCarryCaseInstance()
410 void getInputValues (int numValues, void* const* values) const in getInputValues()
515 …Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* n… in UsubBorrowCaseInstance()
520 void getInputValues (int numValues, void* const* values) const in getInputValues()
623 …Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* n… in UmulExtendedCaseInstance()
628 void getInputValues (int numValues, void* const* values) const in getInputValues()
727 …Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* n… in ImulExtendedCaseInstance()
[all …]
DvktShaderCommonFunctionTests.cpp81 …<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue, void* dst, int numValues, int offset = … in fillRandomVectors()
89 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars()
221 … getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint8>& data, const int numValues) in getInputOutputPointers()
398 …CommonFunctionTestInstance (Context& context, const ShaderSpec& spec, int numValues, const char* n… in CommonFunctionTestInstance()
496 AbsCaseInstance (Context& context, const ShaderSpec& spec, int numValues, const char* name) in AbsCaseInstance()
501 void getInputValues (int numValues, void* const* values) const in getInputValues()
564 SignCaseInstance (Context& context, const ShaderSpec& spec, int numValues, const char* name) in SignCaseInstance()
569 void getInputValues (int numValues, void* const* values) const in getInputValues()
633 static void infNanRandomFloats(int numValues, void* const* values, const char *name, const ShaderSp… in infNanRandomFloats()
686 IsnanCaseInstance (Context& context, const ShaderSpec& spec, int numValues, const char* name) in IsnanCaseInstance()
[all …]
DvktShaderPackingFunctionTests.cpp183 const int numValues = (int)inputs.size(); in iterate() local
289 const int numValues = (int)inputs.size(); in iterate() local
402 const int numValues = (int)inputs.size(); in iterate() local
508 const int numValues = (int)inputs.size(); in iterate() local
632 const int numValues = (int)inputs.size(); in iterate() local
782 const int numValues = (int)inputs.size(); in iterate() local
945 const int numValues = (int)inputs.size(); in iterate() local
1057 const int numValues = (int)inputs.size(); in iterate() local
1180 const int numValues = (int)inputs.size(); in iterate() local
1292 const int numValues = (int)inputs.size(); in iterate() local
DvktShaderExecutor.cpp656 static std::vector<tcu::Vec2> computeVertexPositions (int numValues, const tcu::IVec2& renderSize) in computeVertexPositions()
806 void FragmentOutExecutor::bindAttributes (int numValues, const void* const* inputs) in bindAttributes()
901 void FragmentOutExecutor::execute (int numValues, const void* const* inputs, void* const* outputs, … in execute()
1775 …::copyToBuffer (const glu::VarType& varType, const VarLayout& layout, int numValues, const void* s… in copyToBuffer()
1816 …copyFromBuffer (const glu::VarType& varType, const VarLayout& layout, int numValues, const void* s… in copyFromBuffer()
1844 void BufferIoExecutor::uploadInputBuffer (const void* const* inputPtrs, int numValues, bool packFlo… in uploadInputBuffer()
1867 void BufferIoExecutor::readOutputBuffer (void* const* outputPtrs, int numValues) in readOutputBuffer()
1886 void BufferIoExecutor::initBuffers (int numValues) in initBuffers()
2654 void ComputeShaderExecutor::execute (int numValues, const void* const* inputs, void* const* outputs… in execute()
2959 void MeshTaskShaderExecutor::execute (int numValues, const void* const* inputs, void* const* output… in execute()
[all …]
DvktShaderFConvertTests.cpp191 const size_t numValues = interesting.size() + normals.size() + otherNormals.size(); in getInputValues() local
341 size_t numValues; member
478 size_t numValues = 0; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
DvktPostmortemUseAfterFreeTests.cpp173 const deUint32 numValues, in UseAfterFreeTestCase()
190 const deUint32 numValues, in UBOToSSBOInvertCase()
200 const deUint32 numValues, in CopyInvertSSBOCase()
260 const deUint32 numValues, in UseAfterFreeTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUseAfterFreeTests.cpp173 const deUint32 numValues, in UseAfterFreeTestCase()
190 const deUint32 numValues, in UBOToSSBOInvertCase()
200 const deUint32 numValues, in CopyInvertSSBOCase()
260 const deUint32 numValues, in UseAfterFreeTestInstance()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp70 …<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue, void* dst, int numValues, int offset = … in fillRandomVectors()
78 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars()
225 …getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) in getInputOutputPointers()
393 void getInputValues (int numValues, void* const* values) const in getInputValues()
475 void getInputValues (int numValues, void* const* values) const in getInputValues()
581 void getInputValues (int numValues, void* const* values) const in getInputValues()
693 void getInputValues (int numValues, void* const* values) const in getInputValues()
763 void getInputValues (int numValues, void* const* values) const in getInputValues()
844 void getInputValues (int numValues, void* const* values) const in getInputValues()
924 void getInputValues (int numValues, void* const* values) const in getInputValues()
[all …]
Des3fShaderPackingFunctionTests.cpp179 const int numValues = (int)inputs.size(); in iterate() local
267 const int numValues = (int)inputs.size(); in iterate() local
370 const int numValues = (int)inputs.size(); in iterate() local
458 const int numValues = (int)inputs.size(); in iterate() local
566 const int numValues = (int)inputs.size(); in iterate() local
669 const int numValues = (int)inputs.size(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineUniqueRandomIterator.hpp56 UniqueRandomIterator<T>::UniqueRandomIterator (deUint32 numItems, deUint32 numValues, int seed) in UniqueRandomIterator()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineUniqueRandomIterator.hpp56 UniqueRandomIterator<T>::UniqueRandomIterator (deUint32 numItems, deUint32 numValues, int seed) in UniqueRandomIterator()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.cpp566 void FragmentOutExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute()
900 void BufferIoExecutor::initBuffers (int numValues) in initBuffers()
969 …::copyToBuffer (const glu::VarType& varType, const VarLayout& layout, int numValues, const void* s… in copyToBuffer()
996 …copyFromBuffer (const glu::VarType& varType, const VarLayout& layout, int numValues, const void* s… in copyFromBuffer()
1023 void BufferIoExecutor::uploadInputBuffer (const void* const* inputPtrs, int numValues) in uploadInputBuffer()
1059 void BufferIoExecutor::readOutputBuffer (void* const* outputPtrs, int numValues) in readOutputBuffer()
1206 void ComputeShaderExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute()
1364 void TessControlExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute()
1485 void TessEvaluationExecutor::execute (int numValues, const void* const* inputs, void* const* output… in execute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp164 const int numValues = workGroupSize * workGroupCount; in initPrograms() local
335 const int numValues = workGroupSize * workGroupCount; in initPrograms() local
506 const int numValues = workGroupSize * workGroupCount; in initPrograms() local
1074 const deUint32 numValues, in BufferToBufferInvertTest()
1091 const deUint32 numValues, in UBOToSSBOInvertCase()
1101 const deUint32 numValues, in CopyInvertSSBOCase()
1161 const deUint32 numValues, in BufferToBufferInvertTestInstance()
1324 const deUint32 numValues, in InvertSSBOInPlaceTest()
1364 const deUint32 numValues, in InvertSSBOInPlaceTestInstance()
1513 const deUint32 numValues, in WriteToMultipleSSBOTest()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp164 const int numValues = workGroupSize * workGroupCount; in initPrograms() local
335 const int numValues = workGroupSize * workGroupCount; in initPrograms() local
506 const int numValues = workGroupSize * workGroupCount; in initPrograms() local
1074 const deUint32 numValues, in BufferToBufferInvertTest()
1091 const deUint32 numValues, in UBOToSSBOInvertCase()
1101 const deUint32 numValues, in CopyInvertSSBOCase()
1161 const deUint32 numValues, in BufferToBufferInvertTestInstance()
1324 const deUint32 numValues, in InvertSSBOInPlaceTest()
1364 const deUint32 numValues, in InvertSSBOInPlaceTestInstance()
1513 const deUint32 numValues, in WriteToMultipleSSBOTest()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuRandomValueIterator.hpp67 …static RandomValueIterator begin (deUint32 seed, int numValues) { return RandomValueIterator<T… in begin()

123