/external/deqp-deps/amber/src/vulkan/ |
D | frame_buffer.cc | 174 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()
|
D | push_constant.cc | 49 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()
|
D | index_buffer.cc | 40 MakeUnique<TransferBuffer>(device_, buffer->GetSizeInBytes(), nullptr); in SendIndexData() 47 buffer->ValuePtr()->data(), buffer->GetSizeInBytes()); in SendIndexData()
|
D | resource.cc | 171 raw_data.size() > GetSizeInBytes() ? GetSizeInBytes() : raw_data.size(); in UpdateMemoryWithRawData()
|
D | resource.h | 46 uint32_t GetSizeInBytes() const { return size_in_bytes_; } in GetSizeInBytes() function
|
D | buffer_backed_descriptor.cc | 108 auto size_in_bytes = resources[i]->GetSizeInBytes(); in MoveResourceToBufferOutput()
|
D | vertex_buffer.cc | 85 uint32_t bytes = buf->GetSizeInBytes(); in SendVertexData()
|
D | transfer_image.cc | 231 GetSizeInBytes() - image_info_.extent.width * image_info_.extent.height; in CreateBufferImageCopy()
|
/external/deqp-deps/amber/src/ |
D | buffer_test.cc | 32 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()
|
D | buffer.cc | 306 bytes_.resize(GetSizeInBytes()); in SetDataWithOffset() 312 assert(new_space + offset <= GetSizeInBytes()); in SetDataWithOffset() 412 return GetSizeInBytes(); in GetMaxSizeInBytes()
|
D | buffer.h | 160 uint32_t GetSizeInBytes() const { in GetSizeInBytes() function
|
D | amber.cc | 219 for (size_t i = 0; i < buffer->GetSizeInBytes(); ++i) { in ExecuteWithShaderData()
|
/external/vixl/test/ |
D | test-code-buffer.cc | 62 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/ |
D | parser_buffer_test.cc | 74 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 …]
|
D | parser_pipeline_test.cc | 204 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()
|
D | parser_bind_test.cc | 56 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/ |
D | custom-aarch32-disasm.cc | 134 masm.GetBuffer()->GetSizeInBytes()); in RunCustomDisassemblerTest() 140 masm.GetBuffer()->GetSizeInBytes()); in RunCustomDisassemblerTest()
|
/external/vixl/src/ |
D | code-buffer-vixl.h | 91 return GetOffsetAddress<T>(GetSizeInBytes()); in GetEndAddress() 102 size_t GetSizeInBytes() const { in GetSizeInBytes() function
|
/external/vixl/examples/aarch64/ |
D | disasm.cc | 118 if (buffer.GetSizeInBytes() == 0) { in main()
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 961 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()
|
D | simulator-aarch64.h | 259 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(),
|
D | macro-assembler-aarch64.cc | 2069 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/ |
D | engine_dawn.cc | 344 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/ |
D | test-simulator-aarch64.cc | 297 __ 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/ |
D | parser_test.cc | 260 EXPECT_EQ(3U * sizeof(uint32_t), bufs[1]->GetSizeInBytes()); in TEST_F()
|