HomeSort by relevance Sort by last modified time
    Searched refs:dispatch_enable (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_shader.h 79 bool dispatch_enable; member in struct:ilo_state_vs_info
89 bool dispatch_enable; member in struct:ilo_state_hs_info
99 bool dispatch_enable; member in struct:ilo_state_ds_info
124 bool dispatch_enable; member in struct:ilo_state_gs_info
ilo_state_shader.c 235 if (info->dispatch_enable)
306 if (info->dispatch_enable)
344 if (info->dispatch_enable) {
421 if (info->dispatch_enable)
564 if (info->dispatch_enable)
633 if (info->dispatch_enable)
ilo_state_shader_ps.c 49 bool dispatch_enable; member in struct:pixel_ff
411 ff->dispatch_enable =
454 if (ff->dispatch_enable)
496 if (ff->dispatch_enable)
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 649 info.dispatch_enable = true;
665 gs_info.dispatch_enable = true;
688 info.dispatch_enable = true;
    [all...]

Completed in 114 milliseconds