Home
last modified time | relevance | path

Searched refs:GetMipLevels (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dimage_descriptor.cc99 amber_buffer->GetMipLevels(), base_mip_level_, VK_REMAINING_MIP_LEVELS, in CreateResourceIfNeeded()
Dframe_buffer.cc68 height_ << info->base_mip_level, depth_, info->buffer->GetMipLevels(), in Initialize()
/external/deqp-deps/amber/src/
Dbuffer.h211 uint32_t GetMipLevels() const { return mip_levels_; } in GetMipLevels() function
Dpipeline.cc321 for (uint32_t level = 1; level < att.buffer->GetMipLevels(); level++) { in ValidateGraphics()
325 std::to_string(att.buffer->GetMipLevels()) + in ValidateGraphics()
331 std::to_string(att.buffer->GetMipLevels()) + in ValidateGraphics()
/external/deqp-deps/amber/src/amberscript/
Dparser.cc1056 if (base_mip_level >= buffer->GetMipLevels()) in ParsePipelineBind()
1060 std::to_string(buffer->GetMipLevels()) + ")"); in ParsePipelineBind()
1144 if (base_mip_level >= buffer->GetMipLevels()) in ParsePipelineBind()
1148 std::to_string(buffer->GetMipLevels()) + ")"); in ParsePipelineBind()
Dparser_buffer_test.cc1201 EXPECT_EQ(3U, buffer->GetMipLevels()); in TEST_F()