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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_fmask_expand.c46 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img"); local in function:build_fmask_expand_compute_shader
H A Dradv_meta_decompress.c52 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img"); local in function:build_expand_depth_stencil_compute_shader
H A Dradv_meta_fast_clear.c53 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img"); local in function:build_dcc_decompress_compute_shader
H A Dradv_meta_resolve_cs.c78 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img"); local in function:build_resolve_compute_shader
150 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img"); local in function:build_depth_stencil_resolve_compute_shader
H A Dradv_meta_bufimage.c50 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img"); local in function:build_nir_itob_compute_shader
232 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img"); local in function:build_nir_btoi_compute_shader
412 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img"); local in function:build_nir_btoi_r32g32b32_compute_shader
566 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img local in function:build_nir_itoi_compute_shader
766 nir_variable *output_img = local in function:build_nir_itoi_r32g32b32_compute_shader
923 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img local in function:build_nir_cleari_compute_shader
1081 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img local in function:build_nir_cleari_r32g32b32_compute_shader
[all...]
H A Dradv_meta_clear.c1178 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img"); local in function:build_clear_dcc_comp_to_single_shader
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_fmask_expand.c54 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, local in function:build_fmask_expand_compute_shader
H A Dradv_meta_fast_clear.c56 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, local in function:build_dcc_decompress_compute_shader
H A Dradv_meta_resolve_cs.c92 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, local in function:build_resolve_compute_shader
H A Dradv_meta_bufimage.c58 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, local in function:build_nir_itob_compute_shader
287 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, local in function:build_nir_btoi_compute_shader
509 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, local in function:build_nir_btoi_r32g32b32_compute_shader
717 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, local in function:build_nir_itoi_compute_shader
930 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, local in function:build_nir_itoi_r32g32b32_compute_shader
1137 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, local in function:build_nir_cleari_compute_shader
1329 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, local in function:build_nir_cleari_r32g32b32_compute_shader
[all...]

Completed in 16 milliseconds