Searched refs:iviews (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.cpp | 91 exec.iviews.size(), 0, exec.iviews.data()); in launch() 109 0, exec.iviews.size(), NULL); in launch() 307 iviews.clear(); in unbind() 636 auto v = bytes(ctx.iviews.size()); in bind() 642 ctx.iviews.push_back(img->resource_in(*ctx.q).create_image_view(*ctx.q)); in bind()
|
H A D | kernel.hpp | 62 std::vector<pipe_image_view> iviews; member
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_context.c | 247 const struct pipe_image_view *iviews) in panfrost_set_shader_images() 253 if (!iviews) { in panfrost_set_shader_images() 264 const struct pipe_image_view *image = &iviews[i]; in panfrost_set_shader_images() 243 panfrost_set_shader_images( struct pipe_context *pctx, enum pipe_shader_type shader, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *iviews) panfrost_set_shader_images() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_cmd_buffer.c | 8897 VkImageView iviews[MAX_RTS * 2 + 3]; in radv_CmdBeginRendering() local 8935 iviews[att_count] = info->imageView; in radv_CmdBeginRendering() 8963 iviews[att_count] = info->resolveImageView; in radv_CmdBeginRendering() 8992 iviews[att_count] = common_info->imageView; in radv_CmdBeginRendering() 9061 iviews[att_count] = common_info->resolveImageView; in radv_CmdBeginRendering() 9115 iviews[att_count] = vrs_info->imageView; in radv_CmdBeginRendering() 9155 RADV_FROM_HANDLE(radv_image_view, iview, iviews[i]); in radv_CmdBeginRendering() 9157 if (vrs_info && vrs_info->imageView == iviews[i]) in radv_CmdBeginRendering() 9167 .pAttachments = iviews, in radv_CmdBeginRendering()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 2343 struct pvr_image_view **iviews = state->render_pass_info.attachments; in pvr_stash_depth_format() local 2345 state->depth_format = iviews[hw_render->ds_surface_id]->vk.format; in pvr_stash_depth_format()
|
Completed in 27 milliseconds