Home
last modified time | relevance | path

Searched defs:access_type (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_non_uniform_access.c42 uint32_t access_type; member
149 enum nir_lower_non_uniform_access_type access_type) in add_non_uniform_instr()
260 … unsigned handle_src, enum nir_lower_non_uniform_access_type access_type) in lower_non_uniform_access_intrin()
284 enum nir_lower_non_uniform_access_type access_type = in handle_barrier() local
/third_party/rust/rust/src/tools/miri/src/concurrency/
Dweak_memory.rs176 let access_type = buffers.access_type(range); in is_overlapping() localVariable
187 let access_type = buffers.access_type(range); in memory_accessed() localVariable
209 let access_type = self.store_buffers.borrow().access_type(range); in get_or_create_store_buffer() localVariable
235 let access_type = buffers.access_type(range); in get_or_create_store_buffer_mut() localVariable
Drange_object_map.rs73 pub fn access_type(&self, range: AllocRange) -> AccessType { in access_type() method
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_draw_helpers.h104 uint32_t access_type) in update_dirty_vbs_for_gfx8_vb_flush()
DgenX_cmd_draw.c1048 uint32_t access_type) in cmd_buffer_post_draw_wa()
/third_party/mesa3d/src/amd/compiler/
Daco_util.h642 constexpr operator access_type() const { return (storage >> offset) & mask; } in access_type() function
/third_party/mesa3d/src/intel/vulkan_hasvk/
DgenX_cmd_buffer.c3520 uint32_t access_type) in update_dirty_vbs_for_gfx8_vb_flush()
/third_party/libbpf/include/uapi/linux/
Dbpf.h6982 __u32 access_type; member