projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169251b
)
vk: Document members of anv_surface_view
author
Chad Versace
<chad.versace@intel.com>
Fri, 17 Jul 2015 21:39:05 +0000
(14:39 -0700)
committer
Chad Versace
<chad.versace@intel.com>
Fri, 17 Jul 2015 21:39:05 +0000
(14:39 -0700)
src/vulkan/private.h
patch
|
blob
|
history
diff --git
a/src/vulkan/private.h
b/src/vulkan/private.h
index a1fe5304572eb1370ccf7cb7b1495669b191a891..16ddaefc57e2d3df5ebd86985b73ecfec6508713 100644
(file)
--- a/
src/vulkan/private.h
+++ b/
src/vulkan/private.h
@@
-885,12
+885,12
@@
struct anv_image {
};
struct anv_surface_view {
- struct anv_state
surface_state;
- struct anv_bo *
bo;
- uint32_t
offset;
- uint32_t
range;
- VkExtent3D
extent;
- VkFormat
format;
+ struct anv_state
surface_state; /**< RENDER_SURFACE_STATE */
+ struct anv_bo *bo;
+ uint32_t
offset; /**< VkBufferCreateInfo::offset */
+ uint32_t
range; /**< VkBufferCreateInfo::range */
+ VkExtent3D extent;
+ VkFormat
format; /**< VkBufferCreateInfo::format */
};
struct anv_buffer_view {