• Home
  • Raw
  • Download

Lines Matching refs:nfmt

1146    unsigned nfmt = V_008F0C_BUF_NUM_FORMAT_UINT;  in ac_build_buffer_store_dword()  local
1150 nfmt, cache_policy); in ac_build_buffer_store_dword()
1244 unsigned num_channels, unsigned dfmt, unsigned nfmt, in ac_build_tbuffer_load() argument
1257 args[idx++] = LLVMConstInt(ctx->i32, ac_get_tbuffer_format(ctx->chip_class, dfmt, nfmt), 0); in ac_build_tbuffer_load()
1275 unsigned num_channels, unsigned dfmt, unsigned nfmt, in ac_build_struct_tbuffer_load() argument
1279 nfmt, cache_policy, can_speculate, true); in ac_build_struct_tbuffer_load()
1285 unsigned nfmt, unsigned cache_policy, bool can_speculate) in ac_build_raw_tbuffer_load() argument
1288 nfmt, cache_policy, can_speculate, false); in ac_build_raw_tbuffer_load()
1305 unsigned nfmt = V_008F0C_BUF_NUM_FORMAT_UINT; in ac_build_tbuffer_load_short() local
1307 res = ac_build_raw_tbuffer_load(ctx, rsrc, voffset, soffset, immoffset, 1, dfmt, nfmt, in ac_build_tbuffer_load_short()
1330 unsigned nfmt = V_008F0C_BUF_NUM_FORMAT_UINT; in ac_build_tbuffer_load_byte() local
1332 res = ac_build_raw_tbuffer_load(ctx, rsrc, voffset, soffset, immoffset, 1, dfmt, nfmt, in ac_build_tbuffer_load_byte()
1637 unsigned num_channels, unsigned dfmt, unsigned nfmt, in ac_build_tbuffer_store() argument
1650 args[idx++] = LLVMConstInt(ctx->i32, ac_get_tbuffer_format(ctx->chip_class, dfmt, nfmt), 0); in ac_build_tbuffer_store()
1668 unsigned num_channels, unsigned dfmt, unsigned nfmt, in ac_build_struct_tbuffer_store() argument
1672 nfmt, cache_policy, true); in ac_build_struct_tbuffer_store()
1677 unsigned num_channels, unsigned dfmt, unsigned nfmt, in ac_build_raw_tbuffer_store() argument
1681 nfmt, cache_policy, false); in ac_build_raw_tbuffer_store()
1696 unsigned nfmt = V_008F0C_BUF_NUM_FORMAT_UINT; in ac_build_tbuffer_store_short() local
1700 ac_build_raw_tbuffer_store(ctx, rsrc, vdata, voffset, soffset, ctx->i32_0, 1, dfmt, nfmt, in ac_build_tbuffer_store_short()
1716 unsigned nfmt = V_008F0C_BUF_NUM_FORMAT_UINT; in ac_build_tbuffer_store_byte() local
1720 ac_build_raw_tbuffer_store(ctx, rsrc, vdata, voffset, soffset, ctx->i32_0, 1, dfmt, nfmt, in ac_build_tbuffer_store_byte()