Home
last modified time | relevance | path

Searched refs:shader_access (Results 1 – 25 of 39) sorted by relevance

12

/external/deqp/android/cts/main/vk-main-2024-03-01/
Dbinding-model.txt1 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.combined_image_sampler_immutable.compute.…
2 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.combined_image_sampler_immutable.compute.…
3 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.combined_image_sampler_immutable.compute.…
4 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.combined_image_sampler_immutable.compute.…
5 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.combined_image_sampler_immutable.compute.…
6 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.combined_image_sampler_immutable.compute.…
7 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.combined_image_sampler_immutable.compute.…
8 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.combined_image_sampler_immutable.compute.…
9 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.combined_image_sampler_immutable.compute.…
10 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.combined_image_sampler_immutable.compute.…
[all …]
/external/deqp/android/cts/main/vk-main-2019-03-01/
Dbinding-model.txt1575 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute.d…
1576 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute.d…
1577 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute.d…
1578 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute.d…
1579 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute.d…
1580 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute.d…
1581 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute.d…
1582 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute.d…
1583 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute.d…
1584 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute.d…
[all …]
/external/deqp/external/vulkancts/mustpass/main/vksc-default/
Dbinding-model.txt18157 dEQP-VKSC.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute…
18158 dEQP-VKSC.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute…
18159 dEQP-VKSC.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute…
18160 dEQP-VKSC.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute…
18161 dEQP-VKSC.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute…
18162 dEQP-VKSC.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute…
18163 dEQP-VKSC.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute…
18164 dEQP-VKSC.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute…
18165 dEQP-VKSC.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute…
18166 dEQP-VKSC.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_immutable.compute…
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_image.c51 struct pipe_image_view *img, enum gl_access_qualifier shader_access) in st_convert_image() argument
71 img->shader_access = 0; in st_convert_image()
72 if (!(shader_access & ACCESS_NON_READABLE)) in st_convert_image()
73 img->shader_access |= PIPE_IMAGE_ACCESS_READ; in st_convert_image()
74 if (!(shader_access & ACCESS_NON_WRITEABLE)) in st_convert_image()
75 img->shader_access |= PIPE_IMAGE_ACCESS_WRITE; in st_convert_image()
76 if (shader_access & ACCESS_COHERENT) in st_convert_image()
77 img->shader_access |= PIPE_IMAGE_ACCESS_COHERENT; in st_convert_image()
78 if (shader_access & ACCESS_VOLATILE) in st_convert_image()
79 img->shader_access |= PIPE_IMAGE_ACCESS_VOLATILE; in st_convert_image()
Dst_texture.h244 struct pipe_image_view *img, enum gl_access_qualifier shader_access);
250 enum gl_access_qualifier shader_access);
Dst_texcompress_compute.c304 .shader_access = PIPE_IMAGE_ACCESS_WRITE, in cs_encode_bc1()
365 .shader_access = PIPE_IMAGE_ACCESS_WRITE, in cs_encode_bc4()
427 .shader_access = PIPE_IMAGE_ACCESS_WRITE, in cs_stitch_64bpb_textures()
662 .shader_access = PIPE_IMAGE_ACCESS_WRITE, in cs_decode_astc()
Dst_cb_readpixels.c209 image.shader_access = PIPE_IMAGE_ACCESS_WRITE; in try_pbo_readpixels()
/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dresource.rs131 let shader_access = if read_write { in pipe_image_view() localVariable
150 shader_access: shader_access, in pipe_image_view()
164 let shader_access = if read_write { in pipe_image_view_1d_buffer() localVariable
174 shader_access: shader_access, in pipe_image_view_1d_buffer()
193 let shader_access = if read_write { in pipe_image_view_2d_buffer() localVariable
203 shader_access: shader_access, in pipe_image_view_2d_buffer()
/external/mesa3d/src/freedreno/ci/
Dfreedreno-a618-flakes.txt228 dEQP-VK.binding_model.shader_access.primary_cmd_buf.storage_buffer.tess_eval.multiple_contiguous_de…
229 dEQP-VK.binding_model.shader_access.primary_cmd_buf.storage_image.tess_eval.multiple_descriptor_set…
230 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.storage_buffer_dynamic.tess_ctrl.multiple_des…
238 gmem-dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind.with_template.storage_image.geometr…
241 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.with_template.storage_image.tess_ctrl.sing…
247 gmem-dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind2.with_push.sampler_mutable.tess_ctr…
251 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.sampler_immutable.tess_ctrl.multiple_desc…
252 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind2.storage_image.geometry.multiple_descrip…
258 gmem-dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.sampler_immutable.tess_ctrl.single_de…
326 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.combined_image_sampler_mutable.tess_eval.d…
[all …]
Dfreedreno-a660-flakes.txt8 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.with_template.sampler_mutable.tess_eval.multi…
27 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.with_push.combined_image_sampler_mutable.t…
39 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.with_push_template.sampler_immutable.geom…
62 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind.with_template.storage_image.tess_ctrl.mu…
Dfreedreno-a750-flakes.txt76 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.with_template.uniform_buffer_dynamic.geome…
77 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.storage_buffer.tess_ctrl.multiple_discont…
78 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.with_push.sampler_mutable.no_access.multi…
79 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.with_template.sampler_mutable.tess_ctrl.m…
80 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind.combined_image_sampler_immutable.geometr…
81 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind.storage_buffer.vertex_fragment.multiple_…
82 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind.uniform_texel_buffer.tess_eval.multiple_…
83 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind.with_template.sampler_mutable.tess_eval.…
84 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind.with_template.storage_image.vertex_fragm…
85 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind2.combined_image_sampler_immutable.geomet…
[all …]
Dfreedreno-a630-flakes.txt306 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.sampler_immutable.geometry.multiple_descri…
348 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind2.sampler_mutable.tess_ctrl.descriptor_ar…
/external/mesa3d/src/amd/ci/
Dradv-navi21-aco-flakes.txt7 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.with_template.storage_image.vertex.multiple_d…
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h762 dst->shader_access = src->shader_access; in util_copy_image_view()
768 dst->shader_access = 0; in util_copy_image_view()
Du_compute.c169 image.shader_access = image.access = PIPE_IMAGE_ACCESS_WRITE; in util_compute_blit()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_helpers.c243 if (image->shader_access & PIPE_IMAGE_ACCESS_WRITE) { in panfrost_track_image_access()
/external/mesa3d/src/broadcom/ci/
Dbroadcom-rpi5-skips.txt123 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.*
124 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind2.*
Dbroadcom-rpi4-skips.txt289 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind2.*
290 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind2.*
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c459 image.shader_access = image.access = PIPE_IMAGE_ACCESS_READ; in si_compute_expand_fmask()
521 image.shader_access = image.access = PIPE_IMAGE_ACCESS_WRITE | SI_IMAGE_ACCESS_DCC_OFF; in si_compute_clear_image_dcc_single()
812 image[0].shader_access = image[0].access = PIPE_IMAGE_ACCESS_READ | src_access; in si_compute_blit()
820 image[dst_index].shader_access = image[dst_index].access = PIPE_IMAGE_ACCESS_WRITE | dst_access; in si_compute_blit()
/external/mesa3d/src/panfrost/ci/
Dpanfrost-g610-flakes.txt79 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.sampler_immutable.fragment.multiple_descri…
80 dEQP-VK.binding_model.shader_access.primary_cmd_buf.bind.with_template.sampler_immutable.tess_eval.…
81 dEQP-VK.binding_model.shader_access.secondary_cmd_buf.bind.sampler_immutable.vertex_fragment.single…
/external/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp125 view.shader_access = PIPE_IMAGE_ACCESS_WRITE; in create_image_view()
/external/mesa3d/docs/relnotes/
D19.1.2.rst119 - gallium: Make util_copy_image_view handle shader_access
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_uav.c53 (img1->shader_access != img2->shader_access)) in image_view_desc_identical()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h534 uint16_t shader_access; /**< PIPE_IMAGE_ACCESS_x */ member
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_image.cc408 if (buf->shader_access & (PIPE_IMAGE_ACCESS_COHERENT | in fd6_set_shader_images()

12