HomeSort by: relevance | last modified time | path
    Searched refs:GPGPU (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_cmd_buffer.c 1606 * GPGPU workloads because the previous and subsequent PIPE_CONTROLs
1607 * already guarantee that there is no concurrent GPGPU kernel execution
3645 /* Linux 4.4 added command parser version 5 which allows the GPGPU
3749 * with Pipeline Select set to GPGPU.
3754 if (pipeline == GPGPU)
3761 * re-emit MEDIA_VFE_STATE after switching from GPGPU to 3D. However,
3763 * GPGPU and 3D are back-to-back and this seems to fix it. We don't
3815 * encountered when switching between GPGPU and 3D pipelines. To
3822 pipeline == GPGPU ? GLK_BARRIER_MODE_GPGPU
3841 genX(flush_pipeline_select)(cmd_buffer, GPGPU);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c 634 * with Pipeline Select set to GPGPU.
639 if (pipeline == GPGPU)
684 * logic encountered when switching between GPGPU and 3D pipelines.
1111 emit_pipeline_select(batch, GPGPU);
1121 emit_pipeline_select(batch, GPGPU);
5333 * Workaround the non pipelined state not applying in MEDIA/GPGPU pipeline
5364 emit_pipeline_select(batch, GPGPU);
7530 * Post Sync Operation" in GPGPU mode of operation (i.e when
7531 * PIPELINE_SELECT command is set to GPGPU mode of operation)."
7538 "workaround: CS stall before gpgpu post-sync"
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_cmd_buffer.c 132 * Workaround the non pipelined state not applying in MEDIA/GPGPU pipeline
2087 * GPGPU workloads because the previous and subsequent PIPE_CONTROLs
2088 * already guarantee that there is no concurrent GPGPU kernel execution
2197 * Post Sync Operation" in GPGPU mode of operation (i.e when
2198 * PIPELINE_SELECT command is set to GPGPU mode of operation)."
2206 cmd_buffer->state.current_pipeline == GPGPU)
2258 * - Workload-1 (3D/GPGPU/MEDIA)
5030 /* Linux 4.4 added command parser version 5 which allows the GPGPU
5398 * with Pipeline Select set to GPGPU.
5403 if (pipeline == GPGPU)
    [all...]
  /xsrc/external/mit/MesaLib.old/src/intel/genxml/
gen5_pack.h 2606 #define GPGPU 2
gen7_pack.h 6143 #define GPGPU 2
gen10_pack.h 9812 #define GPGPU 2
gen11_pack.h 9897 #define GPGPU 2
gen75_pack.h 7441 #define GPGPU 2
gen8_pack.h 8244 #define GPGPU 2
gen9_pack.h 9784 #define GPGPU 2
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c 519 * with Pipeline Select set to GPGPU.
524 if (pipeline == GPGPU)
566 * logic encountered when switching between GPGPU and 3D pipelines.
804 emit_pipeline_select(batch, GPGPU);
5982 * Post Sync Operation" in GPGPU mode of operation (i.e when
5983 * PIPELINE_SELECT command is set to GPGPU mode of operation)."
6137 * State Clear" set in GPGPU mode of operation"
6188 /* "GPGPU specific workarounds" (both post-sync and flush) ------------ */
6193 * "Requires stall bit ([20] of DW) set for all GPGPU Workloads."
6214 * "Requires stall bit ([20] of DW) set for all GPGPU and Medi
    [all...]
  /xsrc/external/mit/MesaLib/src/intel/genxml/
gen5_pack.h 2620 #define GPGPU 2
gen7_pack.h 6159 #define GPGPU 2
gen10_pack.h 9812 #define GPGPU 2
gen11_pack.h 10381 #define GPGPU 2
gen75_pack.h 7457 #define GPGPU 2
gen8_pack.h 8260 #define GPGPU 2
gen9_pack.h 9800 #define GPGPU 2
gen125_pack.h 10877 #define GPGPU 2
gen12_pack.h 11222 #define GPGPU 2
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_state.c 1095 * GPGPU workloads because the previous and subsequent PIPE_CONTROLs
1096 * already guarantee that there is no concurrent GPGPU kernel execution
1228 * with Pipeline Select set to GPGPU.
1233 if (pipeline == GPGPU)
1417 emit_pipeline_select(batch, GPGPU);
6827 * From Graphics BSpec: 3D-Media-GPGPU Engine > 3D Pipeline Stages >
8664 * State Clear" set in GPGPU mode of operation"
8739 * "Requires stall bit ([20] of DW) set for all GPGPU and Media
8751 * programmed by GPGPU and MEDIA workloads, except for the cases

Completed in 321 milliseconds