| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_descriptor_set.c | 21 vn_descriptor_set_layout_destroy(struct vn_device *dev, struct vn_descriptor_set_layout *layout) vn_descriptor_set_layout_destroy() argument 37 vn_descriptor_set_layout_ref(struct vn_device *dev, struct vn_descriptor_set_layout *layout) vn_descriptor_set_layout_ref() argument 45 vn_descriptor_set_layout_unref(struct vn_device *dev, struct vn_descriptor_set_layout *layout) vn_descriptor_set_layout_unref() argument 117 vn_descriptor_set_layout_init( struct vn_device *dev, const VkDescriptorSetLayoutCreateInfo *create_info, uint32_t last_binding, struct vn_descriptor_set_layout *layout) vn_descriptor_set_layout_init() argument 236 struct vn_descriptor_set_layout *layout = vn_CreateDescriptorSetLayout() local 262 struct vn_descriptor_set_layout *layout = vn_DestroyDescriptorSetLayout() local 369 vn_descriptor_pool_alloc_descriptors( struct vn_descriptor_pool *pool, const struct vn_descriptor_set_layout *layout, uint32_t last_binding_descriptor_count) vn_descriptor_pool_alloc_descriptors() argument 422 vn_descriptor_pool_free_descriptors( struct vn_descriptor_pool *pool, const struct vn_descriptor_set_layout *layout, uint32_t last_binding_descriptor_count) vn_descriptor_pool_free_descriptors() argument 506 struct vn_descriptor_set_layout *layout = vn_AllocateDescriptorSets() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_descriptors.h | 110 VkDescriptorSetLayout layout; member 116 struct zink_descriptor_layout_key *layout; member
|
| H A D | zink_render_pass.c | 94 VkImageLayout layout = get_color_rt_layout(rt); in create_render_pass2() local 128 VkImageLayout layout = get_zs_rt_layout(rt); in create_render_pass2() local [all...] |
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_descriptor_set.c | 235 descriptor_set_create(struct panvk_device *device, struct panvk_descriptor_pool *pool, const struct panvk_descriptor_set_layout *layout, struct panvk_descriptor_set **out_set) descriptor_set_create() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_rs.c | 513 etna_compute_tileoffset(const struct pipe_box *box, enum pipe_format format, size_t stride, enum etna_surface_layout layout) etna_compute_tileoffset() argument 546 etna_get_rs_alignment_mask(const struct etna_context *ctx, const enum etna_surface_layout layout, unsigned int *width_mask, unsigned int *height_mask) etna_get_rs_alignment_mask() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 558 unsigned layout; in r300_resource_copy_region() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawImageObjectUtil.cpp | 167 readSurface(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readSurface() argument 191 readDepth(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readDepth() argument 210 readVolume(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readVolume() argument 235 readSurface1D(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readSurface1D() argument 259 read(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, void * data) read() argument 280 readUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) readUsingBuffer() argument 526 uploadVolume(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadVolume() argument 548 uploadSurface(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadSurface() argument 570 uploadSurface1D(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadSurface1D() argument 604 upload(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, const void * data) upload() argument 682 uploadUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) uploadUsingBuffer() argument 869 initialTransitionColor2DImage(const vk::DeviceInterface &vk, vk::VkCommandBuffer cmdBuffer, vk::VkImage image, vk::VkImageLayout layout, vk::VkAccessFlags dstAccessMask, vk::VkPipelineStageFlags dstStageMask, deUint32 numLayers) initialTransitionColor2DImage() argument 875 initialTransitionDepth2DImage(const vk::DeviceInterface &vk, vk::VkCommandBuffer cmdBuffer, vk::VkImage image, vk::VkImageLayout layout, vk::VkAccessFlags dstAccessMask, vk::VkPipelineStageFlags dstStageMask) initialTransitionDepth2DImage() argument 881 initialTransitionStencil2DImage(const vk::DeviceInterface &vk, vk::VkCommandBuffer cmdBuffer, vk::VkImage image, vk::VkImageLayout layout, vk::VkAccessFlags dstAccessMask, vk::VkPipelineStageFlags dstStageMask) initialTransitionStencil2DImage() argument 887 initialTransitionDepthStencil2DImage(const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, vk::VkImage image, vk::VkImageLayout layout, vk::VkAccessFlags dstAccessMask, vk::VkPipelineStageFlags dstStageMask) initialTransitionDepthStencil2DImage() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| H A D | vktDynamicStateLineWidthTests.cpp | 264 buildPipeline(VkPrimitiveTopology lineTopology, float lineWidth, bool dynamic, deUint32 subpass, VkPipelineLayout layout, VkShaderModule vertexModule, VkShaderModule fragmentModule, VkRenderPass renderPass, deUint32 width, deUint32 height) buildPipeline() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| H A D | vktYCbCrUtil.cpp | 509 VkSubresourceLayout layout; in fillImageMemory() local 729 VkSubresourceLayout layout; in readImageMemory() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawImageObjectUtil.cpp | 167 readSurface(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readSurface() argument 191 readDepth(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readDepth() argument 210 readVolume(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readVolume() argument 235 readSurface1D(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readSurface1D() argument 259 read(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, void * data) read() argument 280 readUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) readUsingBuffer() argument 526 uploadVolume(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadVolume() argument 548 uploadSurface(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadSurface() argument 570 uploadSurface1D(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadSurface1D() argument 604 upload(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, const void * data) upload() argument 682 uploadUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) uploadUsingBuffer() argument 869 initialTransitionColor2DImage(const vk::DeviceInterface &vk, vk::VkCommandBuffer cmdBuffer, vk::VkImage image, vk::VkImageLayout layout, vk::VkAccessFlags dstAccessMask, vk::VkPipelineStageFlags dstStageMask, deUint32 numLayers) initialTransitionColor2DImage() argument 875 initialTransitionDepth2DImage(const vk::DeviceInterface &vk, vk::VkCommandBuffer cmdBuffer, vk::VkImage image, vk::VkImageLayout layout, vk::VkAccessFlags dstAccessMask, vk::VkPipelineStageFlags dstStageMask) initialTransitionDepth2DImage() argument 881 initialTransitionStencil2DImage(const vk::DeviceInterface &vk, vk::VkCommandBuffer cmdBuffer, vk::VkImage image, vk::VkImageLayout layout, vk::VkAccessFlags dstAccessMask, vk::VkPipelineStageFlags dstStageMask) initialTransitionStencil2DImage() argument 887 initialTransitionDepthStencil2DImage(const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, vk::VkImage image, vk::VkImageLayout layout, vk::VkAccessFlags dstAccessMask, vk::VkPipelineStageFlags dstStageMask) initialTransitionDepthStencil2DImage() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ResourcesHLSL.cpp | 544 TLayoutQualifier layout = type.getLayoutQualifier(); in uniformsHeader() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrBackendSurface.cpp | 692 void GrBackendTexture::setVkImageLayout(VkImageLayout layout) { in setVkImageLayout() argument 1136 void GrBackendRenderTarget::setVkImageLayout(VkImageLayout layout) { in setVkImageLayout() argument
|
| /third_party/skia/src/gpu/gradients/ |
| H A D | GrGradientShader.cpp | 672 make_gradient( const SkGradientShaderBase& shader, const GrFPArgs& args, std::unique_ptr<GrFragmentProcessor> layout, const SkMatrix* overrideMatrix = nullptr) make_gradient() argument [all...] |
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkResourceProvider.cpp | 97 makePipeline( const GrProgramInfo& programInfo, VkPipelineShaderStageCreateInfo* shaderStageInfo, int shaderStageCount, VkRenderPass compatibleRenderPass, VkPipelineLayout layout, uint32_t subpass) makePipeline() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | OutputASM.h | 90 TLayoutBlockStorage layout; member
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| H A D | imgui_impl_wgpu.cpp | 282 ImGui_ImplWGPU_CreateImageBindGroup(WGPUBindGroupLayout layout, WGPUTextureView texture) ImGui_ImplWGPU_CreateImageBindGroup() argument 502 WGPUTextureDataLayout layout = {}; ImGui_ImplWGPU_CreateFontsTexture() local [all...] |
| /third_party/skia/src/sksl/ |
| H A D | SkSLRehydrator.cpp | 92 Layout Rehydrator::layout() { in layout() function in SkSL::Rehydrator
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | CopyTextureForBrowserTests.cpp | 72 static std::vector<RGBA8> GetTextureData(const utils::TextureDataCopyLayout& layout, in GetTextureData() argument
|
| H A D | BindGroupTests.cpp | 555 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_P() local 604 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_P() local 646 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_P() local 1172 wgpu::BindGroupLayout layout = device.CreateBindGroupLayout(&descriptor); TEST_P() local 1205 wgpu::BindGroupLayout layout = device.CreateBindGroupLayout(&descriptor); TEST_P() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | CommandEncoder.cpp | 68 MaybeError ValidateLinearTextureCopyOffset(const TextureDataLayout& layout, in ValidateLinearTextureCopyOffset() argument [all...] |
| H A D | Queue.cpp | 317 TextureDataLayout layout = dataLayout; in WriteTextureInternal() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
| H A D | vktYCbCrUtil.cpp | 509 VkSubresourceLayout layout; in fillImageMemory() local 728 VkSubresourceLayout layout; in readImageMemory() local
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | protobuf.h | 123 MessageLayout* layout; member [all...] |
| H A D | message.c | 401 create_submsg_from_hash(const MessageLayout* layout, const upb_fielddef* f, VALUE hash) create_submsg_from_hash() argument [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_beta.h | 88 VkPipelineLayout layout; member
|