HomeSort by relevance Sort by last modified time
    Searched defs:VkConstantBufferObj (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.cpp 425 int VkDescriptorSetObj::AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer) {
    [all...]
vkrenderframework.h 143 class VkConstantBufferObj;
165 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, uint32_t binding);
195 class VkConstantBufferObj : public vk_testing::Buffer {
197 VkConstantBufferObj(VkDeviceObj *device,
199 VkConstantBufferObj(VkDeviceObj *device, int constantCount, int constantSize, const void *data,
201 ~VkConstantBufferObj();
225 class VkIndexBufferObj : public VkConstantBufferObj {
351 int AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer);
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 171 class VkConstantBufferObj;
191 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, uint32_t binding);
216 class VkConstantBufferObj : public vk_testing::Buffer {
218 VkConstantBufferObj(VkDeviceObj *device,
220 VkConstantBufferObj(VkDeviceObj *device, VkDeviceSize size, const void *data,
364 int AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer);
vkrenderframework.cpp 562 int VkDescriptorSetObj::AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer) {
    [all...]

Completed in 51 milliseconds