Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.h48 EVFetchNumFormat num_format,
66 void set_num_format(EVFetchNumFormat nf) { m_num_format = nf; } in set_num_format()
67 EVFetchNumFormat num_format() const { return m_num_format; } in num_format()
125 EVFetchNumFormat m_num_format;
H A Dsfn_instr_fetch.cpp27 EVFetchNumFormat num_format, in FetchInstr()
354 EVFetchNumFormat num_fmt; in from_string_impl()
H A Dsfn_defines.h261 enum EVFetchNumFormat { enum
H A Dsfn_instr_mem.cpp857 (EVFetchNumFormat)num_format, in emit_image_load_or_atomic()