Home
last modified time | relevance | path

Searched refs:cube_as_2darray (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c866 bool writeable, bool cube_as_2darray, in dzn_descriptor_heap_write_image_view_desc() argument
875 } else if (cube_as_2darray && in dzn_descriptor_heap_write_image_view_desc()
1162 bool cube_as_2darray, in dzn_descriptor_set_write_image_view_desc() argument
1173 false, cube_as_2darray, in dzn_descriptor_set_write_image_view_desc()
1179 true, cube_as_2darray, in dzn_descriptor_set_write_image_view_desc()
1188 bool cube_as_2darray, in dzn_descriptor_set_ptr_write_image_view_desc() argument
1198 cube_as_2darray, iview); in dzn_descriptor_set_ptr_write_image_view_desc()
1689 bool cube_as_2darray = in dzn_descriptor_set_write() local
1718 dzn_descriptor_set_ptr_write_image_view_desc(set, &ptr, cube_as_2darray, iview); in dzn_descriptor_set_write()
1734 dzn_descriptor_set_ptr_write_image_view_desc(set, &ptr, cube_as_2darray, iview); in dzn_descriptor_set_write()
[all …]
Ddzn_private.h376 bool cube_as_2darray,
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c53 bool cube_as_2darray = in default_src_texture() local
58 if (cube_as_2darray && (src->target == PIPE_TEXTURE_CUBE || in default_src_texture()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c153 bool cube_as_2darray; member
221 ctx->cube_as_2darray = pipe->screen->get_param(pipe->screen, in util_blitter_create()
1669 if (ctx->cube_as_2darray && in util_blitter_default_src_texture()
2289 if (ctx->cube_as_2darray && in util_blitter_generate_mipmap()