| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingDescriptorUpdateASTests.cpp | 126 static VkBuffer getVkBuffer (const de::MovePtr<BufferWithMemory>& buffer) in getVkBuffer() argument 133 static VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion (const DeviceInterface& vkd, const VkDevice device, VkBuffer buffer, deUint32 stride, deUint32 count) in makeStridedDeviceAddressRegion() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
| H A D | vktDescriptorSetsIndexingTests.cpp | 147 ut::BufferHandleAllocSp buffer; member 620 createVertexAttributeBuffer(ut::BufferHandleAllocSp& buffer, uint32_t availableDescriptorCount) const createVertexAttributeBuffer() argument 932 createBuffers(std::vector<VkDescriptorBufferInfo>& bufferInfos, ut::BufferHandleAllocSp& buffer, uint32_t elementCount, uint32_t elementSize, VkDeviceSize alignment, VkBufferUsageFlags bufferUsage) createBuffers() argument 957 createImages(std::vector<ut::ImageHandleAllocSp>& images, std::vector<VkDescriptorBufferInfo>& bufferInfos, ut::BufferHandleAllocSp& buffer, VkBufferUsageFlags bufferUsage, const VkExtent3D& imageExtent, VkFormat imageFormat, VkImageLayout imageLayout, uint32_t imageCount, bool withMipMaps) createImages() argument 1080 getPixelAccess(uint32_t imageIndex, const VkExtent3D& imageExtent, VkFormat imageFormat, const std::vector<VkDescriptorBufferInfo>& bufferInfos, const ut::BufferHandleAllocSp& buffer, uint32_t mipLevel) const getPixelAccess() argument 1646 Move<VkBuffer> buffer; commandReadFrameBuffer() local 3015 unsigned char* buffer = static_cast<unsigned char*>(variables.descriptorsBuffer->alloc->getHostPtr()); createAndPopulateDescriptors() local 3042 unsigned char* buffer = static_cast<unsigned char*>(variables.descriptorsBuffer->alloc->getHostPtr()); verifyVertexWriteResults() local 3101 unsigned char* buffer = static_cast<unsigned char*>(variables.descriptorsBuffer->alloc->getHostPtr()); createAndPopulateDescriptors() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageLoadStoreTests.cpp | 389 void commandBufferWriteBarrierBeforeHostRead (Context& context, const VkCommandBuffer cmdBuffer, const VkBuffer buffer, const VkDeviceSize bufferSizeBytes) in commandBufferWriteBarrierBeforeHostRead() argument 401 commandCopyImageToBuffer(Context& context, const VkCommandBuffer cmdBuffer, const VkImage image, const VkBuffer buffer, const VkDeviceSize bufferSizeBytes, const Texture& texture) commandCopyImageToBuffer() argument 428 commandCopyMipmapImageToBuffer(Context& context, const VkCommandBuffer cmdBuffer, const VkImage image, const VkFormat imageFormat, const VkBuffer buffer, const VkDeviceSize bufferSizeBytes, const Texture& texture) commandCopyMipmapImageToBuffer() argument [all...] |
| H A D | vktImageMutableTests.cpp | 970 void UploadDownloadExecutor::runSwapchain(Context& context, VkBuffer buffer, VkImage image) in runSwapchain() argument 1019 run(Context& context, VkBuffer buffer) run() argument 1357 downloadCopy(Context& context, VkBuffer buffer) downloadCopy() argument 1364 downloadTexture(Context& context, VkBuffer buffer) downloadTexture() argument 1446 downloadLoad(Context& context, VkBuffer buffer) downloadLoad() argument 1527 copyImageToBuffer(VkImage sourceImage, VkBuffer buffer, const IVec3 size, const VkAccessFlags srcAccessMask, const VkImageLayout oldLayout, const deUint32 numLayers) copyImageToBuffer() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
| H A D | vktQueryPoolStatisticsTests.cpp | 419 void clearBuffer (const DeviceInterface& vk, const VkDevice device, const de::SharedPtr<Buffer> buffer, const VkDeviceSize bufferSizeBytes) in clearBuffer() argument 555 de::SharedPtr<Buffer> buffer = Buffer::createAndAlloc(vk, device, BufferCreateInfo(bufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), in iterate() local 595 executeTest(const VkCommandPool& cmdPool, const VkPipelineLayout pipelineLayout, const VkDescriptorSet& descriptorSet, const de::SharedPtr<Buffer> buffer, const VkDeviceSize bufferSizeBytes) executeTest() argument 803 executeTest(const VkCommandPool& cmdPool, const VkPipelineLayout pipelineLayout, const VkDescriptorSet& descriptorSet, const de::SharedPtr<Buffer> buffer, const VkDeviceSize bufferSizeBytes) executeTest() argument 954 checkResult(const de::SharedPtr<Buffer> buffer, const VkQueryPool queryPool) checkResult() argument 1060 executeTest(const VkCommandPool& cmdPool, const VkPipelineLayout pipelineLayout, const VkDescriptorSet& descriptorSet, const de::SharedPtr<Buffer> buffer, const VkDeviceSize bufferSizeBytes) executeTest() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassSubpassDependencyTests.cpp | 235 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2949 void copyBufferToImage (Context& context, const DeviceInterface& vk, const VkDevice& device, const VkQueue& queue, VkCommandPool cmdPool, VkCommandBuffer cmdBuffer, VkBuffer buffer, VkImage image, VkImageAspectFlags aspect) in copyBufferToImage() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 335 deUint32 buffer; member 1014 generateLayoutAndPrecisionDeclaration(std::ostringstream& src, deUint32 flags, deUint32 buffer, deUint32 stride, deUint32 offset) generateLayoutAndPrecisionDeclaration() argument 1023 generateDeclaration(std::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 fieldHints, deUint32 flagsMask, deUint32 buffer, deUint32 stride, deUint32 offset) generateDeclaration() argument 1074 generateDeclaration(std::ostringstream& src, const InterfaceBlockMember& member, int indentLevel, deUint32 buffer, deUint32 stride, deUint32 offset) generateDeclaration() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
| H A D | vktUniformBlockCase.cpp | 1712 de::MovePtr<vk::Allocation> allocateAndBindMemory (Context& context, vk::VkBuffer buffer, vk::MemoryRequirement memReqs) in allocateAndBindMemory() argument 1928 vk::VkBuffer buffer = addUniformData(totalSize, &data[0]).buffer; in iterate() local 2073 Move<VkBuffer> buffer = createBuffer(m_context, size, VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT); addUniformData() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiExternalMemoryTests.cpp | 1896 char buffer[CMSG_SPACE(sizeof(int))]; in testSemaphoreFdSendOverSocket() local 1924 char buffer[CMSG_SPACE(sizeof(int))]; in testSemaphoreFdSendOverSocket() local 91 getMemoryDedicatedRequirements(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkBuffer buffer) getMemoryDedicatedRequirements() argument 2971 char buffer[CMSG_SPACE(sizeof(int))]; testFenceFdSendOverSocket() local 2999 char buffer[CMSG_SPACE(sizeof(int))]; testFenceFdSendOverSocket() local [all...] |
| H A D | vktApiImageClearingTests.cpp | 1073 Move<VkBuffer> buffer; in readImage() local 80 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
| H A D | vktBindingDescriptorSetRandomTests.cpp | 1627 de::MovePtr<BufferWithMemory> buffer; in iterate() local [all...] |
| H A D | vktBindingDescriptorUpdateASTests.cpp | 126 static VkBuffer getVkBuffer (const de::MovePtr<BufferWithMemory>& buffer) in getVkBuffer() argument 133 static VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion (const DeviceInterface& vkd, const VkDevice device, VkBuffer buffer, deUint32 stride, deUint32 count) in makeStridedDeviceAddressRegion() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
| H A D | vktDescriptorSetsIndexingTests.cpp | 180 ut::BufferHandleAllocSp buffer; member 646 createVertexAttributeBuffer(ut::BufferHandleAllocSp& buffer, deUint32 availableDescriptorCount) const createVertexAttributeBuffer() argument 951 createBuffers(std::vector<VkDescriptorBufferInfo>& bufferInfos, ut::BufferHandleAllocSp& buffer, deUint32 elementCount, deUint32 elementSize, VkDeviceSize alignment, VkBufferUsageFlags bufferUsage) createBuffers() argument 976 createImages(std::vector<ut::ImageHandleAllocSp>& images, std::vector<VkDescriptorBufferInfo>& bufferInfos, ut::BufferHandleAllocSp& buffer, VkBufferUsageFlags bufferUsage, const VkExtent3D& imageExtent, VkFormat imageFormat, VkImageLayout imageLayout, deUint32 imageCount, bool withMipMaps) createImages() argument 1099 getPixelAccess(deUint32 imageIndex, const VkExtent3D& imageExtent, VkFormat imageFormat, const std::vector<VkDescriptorBufferInfo>& bufferInfos, const ut::BufferHandleAllocSp& buffer, deUint32 mipLevel) const getPixelAccess() argument 1556 Move<VkBuffer> buffer; commandReadFrameBuffer() local 2969 unsigned char* buffer = static_cast<unsigned char*>(variables.descriptorsBuffer->alloc->getHostPtr()); createAndPopulateDescriptors() local 2990 unsigned char* buffer = static_cast<unsigned char*>(variables.descriptorsBuffer->alloc->getHostPtr()); verifyVertexWriteResults() local 3039 unsigned char* buffer = static_cast<unsigned char*>(variables.descriptorsBuffer->alloc->getHostPtr()); createAndPopulateDescriptors() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageLoadStoreTests.cpp | 388 void commandBufferWriteBarrierBeforeHostRead (Context& context, const VkCommandBuffer cmdBuffer, const VkBuffer buffer, const VkDeviceSize bufferSizeBytes) in commandBufferWriteBarrierBeforeHostRead() argument 400 commandCopyImageToBuffer(Context& context, const VkCommandBuffer cmdBuffer, const VkImage image, const VkBuffer buffer, const VkDeviceSize bufferSizeBytes, const Texture& texture) commandCopyImageToBuffer() argument 427 commandCopyMipmapImageToBuffer(Context& context, const VkCommandBuffer cmdBuffer, const VkImage image, const VkFormat imageFormat, const VkBuffer buffer, const VkDeviceSize bufferSizeBytes, const Texture& texture) commandCopyMipmapImageToBuffer() argument [all...] |
| H A D | vktImageMutableTests.cpp | 970 void UploadDownloadExecutor::runSwapchain(Context& context, VkBuffer buffer, VkImage image) in runSwapchain() argument 1019 run(Context& context, VkBuffer buffer) run() argument 1357 downloadCopy(Context& context, VkBuffer buffer) downloadCopy() argument 1364 downloadTexture(Context& context, VkBuffer buffer) downloadTexture() argument 1446 downloadLoad(Context& context, VkBuffer buffer) downloadLoad() argument 1527 copyImageToBuffer(VkImage sourceImage, VkBuffer buffer, const IVec3 size, const VkAccessFlags srcAccessMask, const VkImageLayout oldLayout, const deUint32 numLayers) copyImageToBuffer() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Texture.cpp | 2015 setBuffer(const gl::Context *context, gl::Buffer *buffer, GLenum internalFormat) setBuffer() argument 2024 setBufferRange(const gl::Context *context, gl::Buffer *buffer, GLenum internalFormat, GLintptr offset, GLsizeiptr size) setBufferRange() argument 2305 const gl::Buffer *buffer = mState.mBuffer.get(); onSubjectStateChange() local [all...] |
| H A D | validationEGL.cpp | 2028 char buffer[kBufferSize]; in setError() local 2588 ValidateCreatePbufferFromClientBuffer(const ValidationContext *val, const Display *display, EGLenum buftype, EGLClientBuffer buffer, const Config *config, const AttributeMap &attributes) ValidateCreatePbufferFromClientBuffer() argument 3096 ValidateCreateImage(const ValidationContext *val, const Display *display, const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attributes) ValidateCreateImage() argument 3745 ValidateCreateImageKHR(const ValidationContext *val, const Display *display, const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attributes) ValidateCreateImageKHR() argument 4727 ValidateBindTexImage(const ValidationContext *val, const Display *display, const Surface *surface, const EGLint buffer) ValidateBindTexImage() argument 4781 ValidateReleaseTexImage(const ValidationContext *val, const Display *display, const Surface *surface, const EGLint buffer) ValidateReleaseTexImage() argument 5777 ValidateGetNativeClientBufferANDROID(const ValidationContext *val, const AHardwareBuffer *buffer) ValidateGetNativeClientBufferANDROID() argument [all...] |
| H A D | validationCL.cpp | 218 ValidateEnqueueBuffer(const CommandQueue &queue, cl_mem buffer, bool hostRead, bool hostWrite) ValidateEnqueueBuffer() argument 262 ValidateBufferRect(const Buffer &buffer, const size_t *origin, const size_t *region, size_t rowPitch, size_t slicePitch) ValidateBufferRect() argument 1593 ValidateEnqueueReadBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueReadBuffer() argument 1617 ValidateEnqueueWriteBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueWriteBuffer() argument 1896 ValidateEnqueueMapBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, MapFlags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueMapBuffer() argument 2381 ValidateCreateSubBuffer(cl_mem buffer, MemFlags flags, cl_buffer_create_type buffer_create_type, const void *buffer_create_info) ValidateCreateSubBuffer() argument 2537 ValidateEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueReadBufferRect() argument 2568 ValidateEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueWriteBufferRect() argument 3087 ValidateEnqueueFillBuffer(cl_command_queue command_queue, cl_mem buffer, const void *pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueFillBuffer() argument [all...] |
| H A D | validationESEXT.cpp | 1680 Buffer *buffer = context->getState().getTargetBuffer(targetPacked); in ValidateBufferStorageEXT() local 1747 ValidateNamedBufferStorageExternalEXT(const Context *context, angle::EntryPoint entryPoint, GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) ValidateNamedBufferStorageExternalEXT() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cDrawIndirectTests.cpp | 2027 GLuint buffer; Run() local 2050 GLuint buffer; Run() local 2216 GLuint buffer; Run() local 2239 GLuint buffer; Run() local 2513 GLuint buffer; Run() local 2536 GLuint buffer; Run() local 3614 GLuint buffer; Run() local 3637 GLuint buffer; Run() local [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | command.h | 552 void SetBuffer(Buffer* buffer) { buffer argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | FramebufferVk.cpp | 620 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument 648 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument 667 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument 695 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument [all...] |
| H A D | SecondaryCommandBuffer.h | 121 VkBuffer buffer; member 237 VkBuffer buffer; member 264 VkBuffer buffer; member 298 VkBuffer buffer; member 949 bindIndexBuffer(const Buffer &buffer, VkDeviceSize offset, VkIndexType indexType) bindIndexBuffer() argument 1150 dispatchIndirect(const Buffer &buffer, VkDeviceSize offset) dispatchIndirect() argument 1187 drawIndexedIndirect(const Buffer &buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndexedIndirect() argument 1246 drawIndirect(const Buffer &buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndirect() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_3_autogen.cpp | 83 void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer) in GL_BindBufferBase() argument 110 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in GL_BindBufferRange() argument 338 void GL_APIENTRY GL_ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in GL_ClearBufferfi() argument 363 GL_ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value) GL_ClearBufferfv() argument 388 GL_ClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value) GL_ClearBufferiv() argument 413 GL_ClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *value) GL_ClearBufferuiv() argument 2647 GL_TexBuffer(GLenum target, GLenum internalformat, GLuint buffer) GL_TexBuffer() argument [all...] |