Searched refs:cf_const (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | cayman_shader.h | 106 #define CF_DWORD1(pc, cf_const, cond, count, vpm, cf_inst, b) \ 107 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | ((count) << 10) | \
|
| H A D | evergreen_shader.h | 108 #define CF_DWORD1(pc, cf_const, cond, count, vpm, eop, cf_inst, wqm, b) \ 109 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | ((count) << 10) | \
|
| H A D | r600_shader.h | 164 #define CF_DWORD1(pc, cf_const, cond, count, call_count, eop, vpm, cf_inst, wqm, b) \ 165 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | (((count) & 7) << 10) | (((count) >> 3) << 19) | \
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | cayman_shader.h | 106 #define CF_DWORD1(pc, cf_const, cond, count, vpm, cf_inst, b) \ 107 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | ((count) << 10) | \
|
| H A D | evergreen_shader.h | 108 #define CF_DWORD1(pc, cf_const, cond, count, vpm, eop, cf_inst, wqm, b) \ 109 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | ((count) << 10) | \
|
| H A D | r600_shader.h | 164 #define CF_DWORD1(pc, cf_const, cond, count, call_count, eop, vpm, cf_inst, wqm, b) \ 165 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | (((count) & 7) << 10) | (((count) >> 3) << 19) | \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_builder.cpp | 163 .CF_CONST(bc.cf_const) 176 .CF_CONST(bc.cf_const) 191 .CF_CONST(bc.cf_const)
|
| H A D | sb_bc_decoder.cpp | 62 bc.cf_const = w1.get_CF_CONST(); 74 bc.cf_const = w1.get_CF_CONST(); 88 bc.cf_const = w1.get_CF_CONST();
|
| H A D | sb_bc.h | 458 unsigned cf_const:5; member in struct:r600_sb::bc_cf
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_builder.cpp | 163 .CF_CONST(bc.cf_const) 176 .CF_CONST(bc.cf_const) 191 .CF_CONST(bc.cf_const)
|
| H A D | sb_bc_decoder.cpp | 62 bc.cf_const = w1.get_CF_CONST(); 74 bc.cf_const = w1.get_CF_CONST(); 88 bc.cf_const = w1.get_CF_CONST();
|
| H A D | sb_bc.h | 458 unsigned cf_const:5; member in struct:r600_sb::bc_cf
|
Completed in 40 milliseconds