HomeSort by relevance Sort by last modified time
    Searched full:dispatch_width (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_emit.cpp 96 else if (c->dispatch_width == 16)
104 c->dispatch_width,
136 if (c->dispatch_width == 16) {
206 if (c->dispatch_width == 16) {
230 if (c->dispatch_width == 16) {
253 if (c->dispatch_width == 16) {
285 if (c->dispatch_width == 16)
336 assert(c->dispatch_width == 8);
738 prog->Name, c->dispatch_width);
801 if (inst->force_uncompressed || c->dispatch_width == 8)
    [all...]
brw_wm_emit.c 127 if (c->dispatch_width == 16) {
297 if (c->dispatch_width == 16) {
926 if (c->dispatch_width == 16) {
959 * dispatch_width==16 we have to do the second half manually.
993 if (c->dispatch_width == 16) {
1004 if (c->dispatch_width == 16) {
1021 if (c->dispatch_width == 16) {
1055 if (c->dispatch_width == 16) {
1093 if (intel->gen < 5 && c->dispatch_width == 8)
1127 } else if (c->dispatch_width == 8)
    [all...]
gen6_wm_state.c 124 brw->wm.prog_data->dispatch_width) / 8 - 1);
154 if (brw->wm.prog_data->dispatch_width == 8) {
gen7_wm_state.c 150 brw->wm.prog_data->dispatch_width) / 8);
199 if (brw->wm.prog_data->dispatch_width == 8) {
brw_fs.cpp 400 return 1 * c->dispatch_width / 8;
404 return 2 * c->dispatch_width / 8;
824 inst->mlen = c->dispatch_width / 8;
887 inst->mlen = 2 * c->dispatch_width / 8;
900 if (c->dispatch_width != 8)
915 if (c->dispatch_width == 8) {
1111 if (c->dispatch_width == 8) {
    [all...]
brw_fs_reg_allocate.cpp 48 int reg_width = c->dispatch_width / 8;
152 * (dispatch_width == 8). In extending to 16-wide, the code was
157 int reg_width = c->dispatch_width / 8;
240 } else if (c->dispatch_width == 16) {
brw_fs_visitor.cpp 114 if (c->dispatch_width == 16) {
371 if (intel->gen >= 7 && c->dispatch_width == 16)
384 if (intel->gen >= 7 && c->dispatch_width == 16)
392 if (intel->gen >= 7 && c->dispatch_width == 16)
924 int reg_width = c->dispatch_width / 8;
1044 int reg_width = c->dispatch_width / 8;
1075 if (c->dispatch_width == 16)
    [all...]
brw_wm.c 217 if (c->dispatch_width == 16) {
227 if (c->dispatch_width == 16) {
237 if (c->dispatch_width == 16) {
316 c->dispatch_width = 16;
319 c->prog_data.dispatch_width = 16;
brw_fs_live_variables.cpp 283 if (c->dispatch_width == 16 && (this->pixel_x.reg == a ||
brw_fs_schedule_instructions.cpp 242 return (v->c->dispatch_width == 16 &&
brw_wm.h 275 GLuint dispatch_width; member in struct:brw_wm_compile
brw_eu.h 951 int dispatch_width,
brw_context.h 307 int dispatch_width; member in struct:brw_wm_prog_data
    [all...]
brw_eu_emit.c     [all...]
brw_blorp_blit.cpp     [all...]

Completed in 116 milliseconds