Home
last modified time | relevance | path

Searched refs:writeonly_memory (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_llvm_util.h104 ac_get_store_intr_attribs(bool writeonly_memory) in ac_get_store_intr_attribs() argument
106 return writeonly_memory && HAVE_LLVM >= 0x0400 ? in ac_get_store_intr_attribs()
Dac_llvm_build.h207 bool writeonly_memory,
Dac_llvm_build.c846 bool writeonly_memory, in ac_build_buffer_store_dword() argument
867 writeonly_memory, swizzle_enable_hint); in ac_build_buffer_store_dword()
871 writeonly_memory, swizzle_enable_hint); in ac_build_buffer_store_dword()
900 writeonly_memory ? in ac_build_buffer_store_dword()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c656 bool writeonly_memory) in store_emit_buffer() argument
721 ac_get_store_intr_attribs(writeonly_memory)); in store_emit_buffer()
759 bool writeonly_memory = false; in store_emit() local
769 writeonly_memory = is_oneway_access_only(inst, info, in store_emit()
776 store_emit_buffer(ctx, emit_data, writeonly_memory); in store_emit()
785 ac_get_store_intr_attribs(writeonly_memory)); in store_emit()
797 ac_get_store_intr_attribs(writeonly_memory)); in store_emit()