Searched refs:src_access (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_split_var_copies.c | 69 enum gl_access_qualifier src_access) in split_deref_copy_instr() argument 74 nir_copy_deref_with_access(b, dst, src, dst_access, src_access); in split_deref_copy_instr() 79 dst_access, src_access); in split_deref_copy_instr() 85 dst_access, src_access); in split_deref_copy_instr()
|
D | nir_lower_var_copies.c | 61 enum gl_access_qualifier src_access) in emit_deref_copy_load_store() argument 84 src_deref_arr + 1, dst_access, src_access); in emit_deref_copy_load_store() 92 nir_load_deref_with_access(b, src_deref, src_access), in emit_deref_copy_load_store() 93 ~0, src_access); in emit_deref_copy_load_store()
|
D | nir_builder.h | 1408 enum gl_access_qualifier src_access) in nir_copy_deref_with_access() argument 1410 nir_build_copy_deref(build, &dest->dest.ssa, &src->dest.ssa, dest_access, src_access); in nir_copy_deref_with_access() 1426 enum gl_access_qualifier src_access) in nir_memcpy_deref_with_access() argument 1429 size, dest_access, src_access); in nir_memcpy_deref_with_access()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 713 enum gl_access_qualifier src_access) in _vtn_variable_copy() argument 737 vtn_variable_store(b, vtn_variable_load(b, src, src_access), dest, dest_access); in _vtn_variable_copy() 757 _vtn_variable_copy(b, dest_elem, src_elem, dest_access, src_access); in _vtn_variable_copy() 770 enum gl_access_qualifier src_access) in vtn_variable_copy() argument 775 _vtn_variable_copy(b, dest, src, dest_access, src_access); in vtn_variable_copy() 2490 SpvMemoryAccessMask dest_access, src_access; in vtn_handle_variables() local 2494 if (!vtn_get_mem_operands(b, w, count, &idx, &src_access, &src_alignment, in vtn_handle_variables() 2497 src_access = dest_access; in vtn_handle_variables() 2502 vtn_emit_make_visible_barrier(b, src_access, src_scope, src->mode); in vtn_handle_variables() 2506 spv_access_to_gl_access(src_access)); in vtn_handle_variables() [all …]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_compute_blit.c | 664 unsigned src_access = 0, dst_access = 0; in si_compute_copy_image() local 669 src_access |= SI_IMAGE_ACCESS_BLOCK_FORMAT_AS_UINT; in si_compute_copy_image() 693 src_access |= SI_IMAGE_ACCESS_BLOCK_FORMAT_AS_UINT; in si_compute_copy_image() 724 image[0].shader_access = image[0].access = PIPE_IMAGE_ACCESS_READ | src_access; in si_compute_copy_image()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ci/ |
D | virpipe-gl-fails.txt | 525 # " intrinsic copy_deref (ssa_2, ssa_3) (dst_access=0, src_access=0)
|
/third_party/mesa3d/src/gallium/drivers/r600/ci/ |
D | r600-turks-fails.txt | 771 # " intrinsic copy_deref (ssa_2, ssa_3) (dst_access=0, src_access=0)
|