OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufferPtr
(Results
1 - 11
of
11
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp
260
const deUint32*
bufferPtr
= static_cast<deUint32*>(bufferAllocation.getHostPtr());
267
const deUint32 res =
bufferPtr
[globalOffset + localOffset];
431
const deUint32*
bufferPtr
= static_cast<deUint32*>(bufferAllocation.getHostPtr());
438
const deUint32 res =
bufferPtr
[globalOffset + localOffset];
604
const deUint32*
bufferPtr
= static_cast<deUint32*>(bufferAllocation.getHostPtr());
611
const deUint32 res =
bufferPtr
[globalOffset + localOffset];
728
deUint32*
bufferPtr
= static_cast<deUint32*>(stagingBufferAllocation.getHostPtr());
730
*
bufferPtr
++ = rnd.getUint32();
804
const deUint32*
bufferPtr
= static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
809
const deUint32 res = *(
bufferPtr
+ ndx)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
vktConditionalDispatchTests.cpp
316
const deUint32*
bufferPtr
= static_cast<deUint32*>(outputBufferAllocation.getHostPtr());
319
if (
bufferPtr
[0] != expectedResult)
/external/iperf3/src/
iperf_auth.c
108
BUF_MEM *
bufferPtr
;
117
BIO_get_mem_ptr(bio, &
bufferPtr
);
121
*b64text=(*
bufferPtr
).data;
122
(*b64text)[(*
bufferPtr
).length] = '\0';
/external/v4l2_codec2/
C2VDAAdaptorProxy.cpp
231
auto
bufferPtr
= ::arc::mojom::BitstreamBuffer::New();
232
bufferPtr
->bitstream_id = bitstreamId;
233
bufferPtr
->handle_fd = std::move(wrappedHandle);
234
bufferPtr
->offset = offset;
235
bufferPtr
->bytes_used = size;
236
mVDAPtr->Decode(std::move(
bufferPtr
));
/cts/tests/tests/nativemidi/jni/
native-lib.cpp
412
jbyte*
bufferPtr
= env->GetByteArrayElements(data, NULL);
413
if (
bufferPtr
== NULL) {
418
context->midiInputPort, (uint8_t*)
bufferPtr
+ offset, numBytes, timestamp);
424
memcpy(sendRec.dataBuff.get(), (uint8_t*)
bufferPtr
+ offset, numBytes);
430
env->ReleaseByteArrayElements(data,
bufferPtr
, JNI_ABORT);
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolStatisticsTests.cpp
363
const deUint32*
bufferPtr
= static_cast<deUint32*>(bufferAllocation.getHostPtr());
366
if (
bufferPtr
[ndx] != ndx)
513
const deUint32*
bufferPtr
= static_cast<deUint32*>(bufferAllocation.getHostPtr());
519
if (
bufferPtr
[ndx] != ndx * m_parameters.size())
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessVertexAccessTests.cpp
708
deUint32 *
bufferPtr
= reinterpret_cast<deUint32*>(m_vertexNumBufferAlloc->getHostPtr());
709
deMemset(
bufferPtr
, 0, (size_t)m_vertexNumBufferSize);
711
initVertexIds(
bufferPtr
, (size_t)(m_vertexNumBufferSize / sizeof(deUint32)));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingDescriptorSetRandomTests.cpp
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c
612
#define
bufferPtr
(parser->m_bufferPtr)
831
bufferPtr
= buffer;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c
623
#define
bufferPtr
(parser->m_bufferPtr)
873
bufferPtr
= buffer;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c
612
#define
bufferPtr
(parser->m_bufferPtr)
831
bufferPtr
= buffer;
[
all
...]
Completed in 840 milliseconds