Home
last modified time | relevance | path

Searched defs:output_img (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fmask_expand.c45 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); in build_fmask_expand_compute_shader() local
H A Dradv_meta_fmask_copy.c42 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img"); in build_fmask_copy_compute_shader() local
H A Dradv_meta_fast_clear.c51 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); in build_dcc_decompress_compute_shader() local
H A Dradv_meta_decompress.c50 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); in build_expand_depth_stencil_compute_shader() local
H A Dradv_meta_resolve_cs.c77 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); in build_resolve_compute_shader() local
149 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); in build_depth_stencil_resolve_compute_shader() local
H A Dradv_meta_bufimage.c46 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); in build_nir_itob_compute_shader() local
222 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); in build_nir_btoi_compute_shader() local
397 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); in build_nir_btoi_r32g32b32_compute_shader() local
549 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); build_nir_itoi_compute_shader() local
744 nir_variable *output_img = build_nir_itoi_r32g32b32_compute_shader() local
900 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); build_nir_cleari_compute_shader() local
1054 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); build_nir_cleari_r32g32b32_compute_shader() local
[all...]
H A Dradv_meta_clear.c1027 nir_variable *output_img = nir_variable_create(b.shader, nir_var_image, img_type, "out_img"); in build_clear_dcc_comp_to_single_shader() local

Completed in 11 milliseconds