Searched refs:src_access (Results 1 – 6 of 6) sorted by relevance
/external/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 | 1379 enum gl_access_qualifier src_access) in nir_copy_deref_with_access() argument 1386 nir_intrinsic_set_src_access(copy, src_access); in nir_copy_deref_with_access() 1402 enum gl_access_qualifier src_access) in nir_memcpy_deref_with_access() argument 1410 nir_intrinsic_set_src_access(copy, src_access); in nir_memcpy_deref_with_access()
|
D | nir.h | 2078 INTRINSIC_IDX_ACCESSORS(src_access, SRC_ACCESS, enum gl_access_qualifier) in INTRINSIC_IDX_ACCESSORS()
|
/external/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() 2313 SpvMemoryAccessMask dest_access, src_access; in vtn_handle_variables() local 2317 if (!vtn_get_mem_operands(b, w, count, &idx, &src_access, &src_alignment, in vtn_handle_variables() 2320 src_access = dest_access; in vtn_handle_variables() 2325 vtn_emit_make_visible_barrier(b, src_access, src_scope, src->mode); in vtn_handle_variables() 2329 spv_access_to_gl_access(src_access)); in vtn_handle_variables() [all …]
|
/external/skqp/src/compute/hs/vk/ |
D | hs_vk.c | 185 VkAccessFlagBits const src_access) in hs_barrier_to_compute_r() argument 193 .srcAccessMask = src_access, in hs_barrier_to_compute_r() 217 VkAccessFlagBits const src_access) in hs_barrier_to_transfer_fill() argument 225 .srcAccessMask = src_access, in hs_barrier_to_transfer_fill()
|