Home
last modified time | relevance | path

Searched refs:GetSizeInBytes (Results 1 – 25 of 34) sorted by relevance

12

/external/deqp-deps/amber/src/vulkan/
Dframe_buffer.cc174 values->resize(info->buffer->GetSizeInBytes()); in CopyImagesToBuffers()
176 info->buffer->GetSizeInBytes()); in CopyImagesToBuffers()
181 values->resize(depth_stencil_attachment_.buffer->GetSizeInBytes()); in CopyImagesToBuffers()
183 depth_stencil_attachment_.buffer->GetSizeInBytes()); in CopyImagesToBuffers()
205 info->buffer->GetSizeInBytes()); in CopyBuffersToImages()
214 depth_stencil_attachment_.buffer->GetSizeInBytes()); in CopyBuffersToImages()
Dpush_constant.cc49 return a.offset + static_cast<uint32_t>(a.buffer->GetSizeInBytes()) < in GetVkPushConstantRange()
50 b.offset + static_cast<uint32_t>(b.buffer->GetSizeInBytes()); in GetVkPushConstantRange()
55 static_cast<uint32_t>(it->buffer->GetSizeInBytes()) - in GetVkPushConstantRange()
118 if (input.buffer->GetSizeInBytes() > in UpdateMemoryWithInput()
Dindex_buffer.cc40 MakeUnique<TransferBuffer>(device_, buffer->GetSizeInBytes(), nullptr); in SendIndexData()
47 buffer->ValuePtr()->data(), buffer->GetSizeInBytes()); in SendIndexData()
Dresource.cc171 raw_data.size() > GetSizeInBytes() ? GetSizeInBytes() : raw_data.size(); in UpdateMemoryWithRawData()
Dresource.h46 uint32_t GetSizeInBytes() const { return size_in_bytes_; } in GetSizeInBytes() function
Dbuffer_backed_descriptor.cc108 auto size_in_bytes = resources[i]->GetSizeInBytes(); in MoveResourceToBufferOutput()
Dvertex_buffer.cc85 uint32_t bytes = buf->GetSizeInBytes(); in SendVertexData()
Dtransfer_image.cc231 GetSizeInBytes() - image_info_.extent.width * image_info_.extent.height; in CreateBufferImageCopy()
/external/deqp-deps/amber/src/
Dbuffer_test.cc32 EXPECT_EQ(static_cast<size_t>(0U), b.GetSizeInBytes()); in TEST_F()
45 EXPECT_EQ(10u * sizeof(int16_t), b.GetSizeInBytes()); in TEST_F()
62 EXPECT_EQ(5u * sizeof(float), b.GetSizeInBytes()); in TEST_F()
80 EXPECT_EQ(20u * sizeof(float), b.GetSizeInBytes()); in TEST_F()
95 EXPECT_EQ(60u * sizeof(int16_t), b.GetSizeInBytes()); in TEST_F()
111 EXPECT_EQ(120u * sizeof(int16_t), b.GetSizeInBytes()); in TEST_F()
126 EXPECT_EQ(12U * sizeof(int32_t), b.GetSizeInBytes()); in TEST_F()
314 EXPECT_EQ(4u, b.GetSizeInBytes()); in TEST_F()
Dbuffer.cc306 bytes_.resize(GetSizeInBytes()); in SetDataWithOffset()
312 assert(new_space + offset <= GetSizeInBytes()); in SetDataWithOffset()
412 return GetSizeInBytes(); in GetMaxSizeInBytes()
Dbuffer.h160 uint32_t GetSizeInBytes() const { in GetSizeInBytes() function
Damber.cc219 for (size_t i = 0; i < buffer->GetSizeInBytes(); ++i) { in ExecuteWithShaderData()
/external/vixl/test/
Dtest-code-buffer.cc62 VIXL_CHECK(buffer.GetSizeInBytes() == 0); in TestDefaultsHelper()
77 VIXL_CHECK(buffer.GetSizeInBytes() > 0); in TEST()
102 VIXL_ASSERT(buffer.GetSizeInBytes() == 0); in TEST()
131 VIXL_CHECK(buffer.GetSizeInBytes() == expected_size); in TEST()
/external/deqp-deps/amber/src/amberscript/
Dparser_buffer_test.cc74 EXPECT_EQ(7U * sizeof(uint32_t), buffer->GetSizeInBytes()); in TEST_F()
107 EXPECT_EQ(7U * sizeof(uint32_t), buffer->GetSizeInBytes()); in TEST_F()
140 EXPECT_EQ(4U * sizeof(float), buffer->GetSizeInBytes()); in TEST_F()
173 EXPECT_EQ(8U * sizeof(float), buffer->GetSizeInBytes()); in TEST_F()
205 EXPECT_EQ(7U * sizeof(uint32_t), buffer->GetSizeInBytes()); in TEST_F()
237 EXPECT_EQ(28U * sizeof(uint32_t), buffer->GetSizeInBytes()); in TEST_F()
271 EXPECT_EQ(7U * sizeof(uint32_t), buffer->GetSizeInBytes()); in TEST_F()
300 EXPECT_EQ(4U * sizeof(uint32_t), buffer->GetSizeInBytes()); in TEST_F()
329 EXPECT_EQ(4U * sizeof(float), buffer->GetSizeInBytes()); in TEST_F()
358 EXPECT_EQ(5U * sizeof(uint8_t), buffer->GetSizeInBytes()); in TEST_F()
[all …]
Dparser_pipeline_test.cc204 EXPECT_EQ(250u * 250u * 4u * sizeof(uint8_t), buffer1->GetSizeInBytes()); in TEST_F()
215 EXPECT_EQ(250u * 250u * 4u * sizeof(uint8_t), buf2.buffer->GetSizeInBytes()); in TEST_F()
Dparser_bind_test.cc56 buf_info.buffer->GetSizeInBytes()); in TEST_F()
304 EXPECT_EQ(90u * 180u * 4u * sizeof(float), buf1.buffer->GetSizeInBytes()); in TEST_F()
313 EXPECT_EQ(256u * 300u * 4u * sizeof(uint8_t), buf2.buffer->GetSizeInBytes()); in TEST_F()
349 EXPECT_EQ(90u * 180u * 4u * sizeof(float), buf1.buffer->GetSizeInBytes()); in TEST_F()
385 EXPECT_EQ(90u * 180u * 4u * sizeof(float), buf1.buffer->GetSizeInBytes()); in TEST_F()
521 EXPECT_EQ(90u * 180u * 4u * sizeof(float), buf.buffer->GetSizeInBytes()); in TEST_F()
1642 EXPECT_EQ(20u * sizeof(float), buf.buffer->GetSizeInBytes()); in TEST_F()
/external/vixl/examples/aarch32/
Dcustom-aarch32-disasm.cc134 masm.GetBuffer()->GetSizeInBytes()); in RunCustomDisassemblerTest()
140 masm.GetBuffer()->GetSizeInBytes()); in RunCustomDisassemblerTest()
/external/vixl/src/
Dcode-buffer-vixl.h91 return GetOffsetAddress<T>(GetSizeInBytes()); in GetEndAddress()
102 size_t GetSizeInBytes() const { in GetSizeInBytes() function
/external/vixl/examples/aarch64/
Ddisasm.cc118 if (buffer.GetSizeInBytes() == 0) { in main()
/external/vixl/src/aarch64/
Doperands-aarch64.h961 size_t GetSizeInBytes() const { in GetSizeInBytes() function
962 return IsCPURegister() ? cpu_register_.GetSizeInBytes() in GetSizeInBytes()
966 size_t GetSizeInBits() const { return GetSizeInBytes() * kBitsPerByte; } in GetSizeInBits()
Dsimulator-aarch64.h259 unsigned GetSizeInBytes() const { return size_in_bytes_; } in GetSizeInBytes() function
275 if (sizeof(new_value) < GetSizeInBytes()) Clear(); in Write()
350 VIXL_ASSERT((sizeof(*dst) + (lane * sizeof(*dst))) <= GetSizeInBytes()); in ReadLane()
357 VIXL_ASSERT((sizeof(src) + (lane * sizeof(src))) <= GetSizeInBytes()); in WriteLane()
432 VIXL_ASSERT((register_.GetSizeInBytes() % sizeof(ChunkType)) == 0); in GetChunkCount()
433 return register_.GetSizeInBytes() / sizeof(ChunkType); in GetChunkCount()
648 for (unsigned i = size; i < register_.GetSizeInBytes(); i++) { in ClearForWrite()
2367 std::min(sim_register.GetSizeInBytes(),
Dmacro-assembler-aarch64.cc2069 int size = src0.GetSizeInBytes(); in Push()
2088 int size = dst0.GetSizeInBytes(); in Pop()
2163 int size = src.GetSizeInBytes(); in PushMultipleTimes()
2198 VIXL_ASSERT(size == src0.GetSizeInBytes()); in PushHelper()
2242 VIXL_ASSERT(size == dst0.GetSizeInBytes()); in PopHelper()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc344 assert(row_stride * height == host_texture.buffer->GetSizeInBytes()); in MapDeviceTextureToHostBuffer()
347 values->resize(host_texture.buffer->GetSizeInBytes()); in MapDeviceTextureToHostBuffer()
376 descriptor.size = host_buffer.buffer->GetSizeInBytes(); in MapDeviceBufferToHostBuffer()
383 static_cast<uint64_t>(host_buffer.buffer->GetSizeInBytes()); in MapDeviceBufferToHostBuffer()
393 values->resize(host_buffer.buffer->GetSizeInBytes()); in MapDeviceBufferToHostBuffer()
1584 render_pipeline->pipeline->GetIndexBuffer()->GetSizeInBytes(), in AttachBuffersAndTextures()
1592 vertex_info.buffer->GetSizeInBytes(), ::dawn::BufferUsage::Vertex)); in AttachBuffersAndTextures()
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc297 __ Str(fd, MemOperand(out, fd.GetSizeInBytes(), PostIndex)); in Test1Op_Helper()
447 __ Str(fd, MemOperand(out, fd.GetSizeInBytes(), PostIndex)); in Test2Op_Helper()
595 __ Str(fd, MemOperand(out, fd.GetSizeInBytes(), PostIndex)); in Test3Op_Helper()
1019 __ Str(rd, MemOperand(out, rd.GetSizeInBytes(), PostIndex)); in TestFPToFixed_Helper()
1086 __ Str(rd, MemOperand(out, rd.GetSizeInBytes(), PostIndex)); in TestFPToInt_Helper()
1515 __ Str(vd, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in Test1OpNEON_Helper()
1973 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in Test2OpNEON_Helper()
2230 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in TestByElementNEON_Helper()
2472 __ Str(vd, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in Test2OpImmNEON_Helper()
2694 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in TestOpImmOpImmNEON_Helper()
/external/deqp-deps/amber/src/vkscript/
Dparser_test.cc260 EXPECT_EQ(3U * sizeof(uint32_t), bufs[1]->GetSizeInBytes()); in TEST_F()

12