Home
last modified time | relevance | path

Searched defs:numElems (Results 1 – 16 of 16) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgExecutionContext.cpp129 int numElems = type.getNumElements(); in assignMasked() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DBooleanArrayList.java149 int numElems = size(); in indexOf() local
DIntArrayList.java148 int numElems = size(); in indexOf() local
DFloatArrayList.java148 int numElems = size(); in indexOf() local
DDoubleArrayList.java149 int numElems = size(); in indexOf() local
DLongArrayList.java148 int numElems = size(); in indexOf() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fUniformApiTests.cpp518 const int numElems = glu::getDataTypeScalarSize(value.type); in shaderVarValueStr() local
549 const int numElems = glu::getDataTypeScalarSize(value.type); in apiVarValueStr() local
580 const int numElems = glu::getDataTypeScalarSize(type); in generateRandomVarValue() local
616 const int numElems = glu::getDataTypeScalarSize(type); in generateZeroVarValue() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramUniformTests.cpp574 const int numElems = glu::getDataTypeScalarSize(value.type); in shaderVarValueStr() local
607 const int numElems = glu::getDataTypeScalarSize(value.type); in apiVarValueStr() local
640 const int numElems = glu::getDataTypeScalarSize(type); in generateRandomVarValue() local
Des31fTessellationTests.cpp265 static void readDataMapped (const glw::Functions& gl, deUint32 bufferTarget, int numElems, T* dst) in readDataMapped()
279 static vector<T> readDataMapped (const glw::Functions& gl, deUint32 bufferTarget, int numElems) in readDataMapped()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fUniformApiTests.cpp623 const int numElems = glu::getDataTypeScalarSize(value.type); in shaderVarValueStr() local
656 const int numElems = glu::getDataTypeScalarSize(value.type); in apiVarValueStr() local
689 const int numElems = glu::getDataTypeScalarSize(type); in generateRandomVarValue() local
743 const int numElems = glu::getDataTypeScalarSize(type); in generateZeroVarValue() local
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp627 int numElems = 0; in chooseVisual() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1102 const unsigned numElems = VT->getNumElements(); in LoadValueFromMemory() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp275 const deUint32 numElems = maxMemSize / 16; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp252 const deUint32 numElems = maxMemSize / 16; in iterate() local
/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.cpp634 …void setSubData (const vector<T>& src, const int offsetElems, const int numElems, const deUi… in setSubData()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp50592 CalculateAllocSize(size_t numElems, size_t* bytesOut) in CalculateAllocSize()
50651 js_pod_malloc(size_t numElems) in js_pod_malloc()
50661 js_pod_calloc(size_t numElems) in js_pod_calloc()
62133 … template <typename T> T* maybe_pod_malloc(size_t numElems) { return js_pod_malloc<T>(numElems); } in maybe_pod_malloc()
62134 … template <typename T> T* maybe_pod_calloc(size_t numElems) { return js_pod_calloc<T>(numElems); } in maybe_pod_calloc()
62138 template <typename T> T* pod_malloc(size_t numElems) { return maybe_pod_malloc<T>(numElems); } in pod_malloc()
62139 template <typename T> T* pod_calloc(size_t numElems) { return maybe_pod_calloc<T>(numElems); } in pod_calloc()
62164 T* onOutOfMemoryTyped(AllocFunction allocFunc, size_t numElems, void* reallocPtr = nullptr) { in onOutOfMemoryTyped()
62175 T* maybe_pod_malloc(size_t numElems) { in maybe_pod_malloc()
62180 T* maybe_pod_calloc(size_t numElems) { in maybe_pod_calloc()
[all …]