Home
last modified time | relevance | path

Searched refs:set_fetch_flag (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.cpp379 fetch->set_fetch_flag(format_comp_signed); in from_string_impl()
418 set_fetch_flag(flag->second); in set_flag_from_string()
520 set_fetch_flag(format_comp_signed); in QueryBufferSizeInstr()
550 set_fetch_flag(format_comp_signed); in LoadFromBuffer()
605 fetch->set_fetch_flag(srf_mode); in from_string()
615 m_lfs->set_fetch_flag(FetchInstr::indexed); in visit()
645 set_fetch_flag(uncached); in LoadFromScratch()
646 set_fetch_flag(wait_ack); in LoadFromScratch()
H A Dsfn_instr_mem.cpp553 ir->set_fetch_flag(FetchInstr::use_tc); in emit_ssbo_load()
644 fetch->set_fetch_flag(FetchInstr::srf_mode); in emit_ssbo_atomic_op()
645 fetch->set_fetch_flag(FetchInstr::use_tc); in emit_ssbo_atomic_op()
646 fetch->set_fetch_flag(FetchInstr::vpm); in emit_ssbo_atomic_op()
647 fetch->set_fetch_flag(FetchInstr::wait_ack); in emit_ssbo_atomic_op()
772 fetch->set_fetch_flag(FetchInstr::srf_mode); in emit_image_load_or_atomic()
773 fetch->set_fetch_flag(FetchInstr::use_tc); in emit_image_load_or_atomic()
774 fetch->set_fetch_flag(FetchInstr::vpm); in emit_image_load_or_atomic()
775 fetch->set_fetch_flag(FetchInstr::wait_ack); in emit_image_load_or_atomic()
777 fetch->set_fetch_flag(FetchInst in emit_image_load_or_atomic()
[all...]
H A Dsfn_shader_cs.cpp102 ir->set_fetch_flag(LoadFromBuffer::srf_mode); in emit_load_num_workgroups()
H A Dsfn_instr_fetch.h96 void set_fetch_flag(EFlags flag) {m_tex_flags.set(flag);} in set_fetch_flag() function in r600::FetchInstr
H A Dsfn_shader_fs.cpp330 vtx->set_fetch_flag(FetchInstr::vpm); in emit_load_helper_invocation()
331 vtx->set_fetch_flag(FetchInstr::use_tc); in emit_load_helper_invocation()
560 fetch->set_fetch_flag(FetchInstr::srf_mode); in emit_load_sample_pos()
838 fetch->set_fetch_flag(FetchInstr::srf_mode); in load_barycentric_at_sample()
H A Dsfn_shader_gs.cpp351 fetch->set_fetch_flag(FetchInstr::use_const_field);
H A Dsfn_shader.cpp1163 fetch->set_fetch_flag(LoadFromBuffer::srf_mode); in emit_load_tcs_param_base()
H A Dsfn_instr_tex.cpp508 ir->set_fetch_flag(FetchInstr::use_const_field); in emit_buf_txf()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instrfromstring_test.cpp455 expect_fetch.set_fetch_flag(FetchInstr::format_comp_signed); in TEST_F()
480 expect_fetch.set_fetch_flag(FetchInstr::format_comp_signed); in TEST_F()
509 expect_fetch.set_fetch_flag(FetchInstr::EFlags::uncached); in TEST_F()
510 expect_fetch.set_fetch_flag(FetchInstr::EFlags::indexed); in TEST_F()
511 expect_fetch.set_fetch_flag(FetchInstr::EFlags::wait_ack); in TEST_F()
571 expect_fetch.set_fetch_flag(FetchInstr::EFlags::uncached); in TEST_F()
572 expect_fetch.set_fetch_flag(FetchInstr::EFlags::wait_ack); in TEST_F()

Completed in 11 milliseconds