Searched refs:GetMipLevels (Results 1 – 6 of 6) sorted by relevance
99 amber_buffer->GetMipLevels(), base_mip_level_, VK_REMAINING_MIP_LEVELS, in CreateResourceIfNeeded()
68 height_ << info->base_mip_level, depth_, info->buffer->GetMipLevels(), in Initialize()
211 uint32_t GetMipLevels() const { return mip_levels_; } in GetMipLevels() function
321 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()
1056 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()
1201 EXPECT_EQ(3U, buffer->GetMipLevels()); in TEST_F()