Searched defs:tcs (Results 1 - 25 of 59) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_tess.c78 llvmpipe_bind_tcs_state(struct pipe_context *pipe, void *tcs) argument
92 llvmpipe_delete_tcs_state(struct pipe_context *pipe, void *tcs) argument
H A Dlp_context.h70 const struct lp_tess_ctrl_shader *tcs; member in struct:llvmpipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_ts.c68 struct svga_tcs_shader *tcs = svga->curr.tcs; local in function:make_tcs_key
40 compile_tcs(struct svga_context * svga,struct svga_tcs_shader * tcs,const struct svga_compile_key * key,struct svga_shader_variant ** out_variant) argument
114 struct svga_tcs_shader *tcs = svga->curr.tcs; local in function:emit_hw_tcs
[all...]
H A Dsvga_pipe_ts.c64 struct svga_tcs_shader *tcs; local in function:svga_create_tcs_state
90 struct svga_tcs_shader *tcs = (struct svga_tcs_shader *) shader; local in function:svga_bind_tcs_state
105 struct svga_tcs_shader *tcs = (struct svga_tcs_shader *) shader; local in function:svga_delete_tcs_state
[all...]
H A Dsvga_state_tgsi_transform.c421 struct svga_tcs_shader *tcs = svga->curr.tcs; /* currently bound tcs */ local in function:update_tgsi_transform
H A Dsvga_shader.h104 } tcs; member in struct:svga_compile_key
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp50 struct gl_linked_shader *tcs = sh_prog->_LinkedShaders[MESA_SHADER_TESS_CTRL]; local in function:brw_shader_precompile
H A Dbrw_program.c143 struct gl_linked_shader *tcs = local in function:brw_create_nir
H A Dbrw_wm_surface_state.c1231 struct gl_program *tcs = brw->programs[MESA_SHADER_TESS_CTRL]; local in function:brw_update_texture_surfaces
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dstate.c98 struct gl_program *tcs = local in function:_mesa_update_allow_draw_out_of_order
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp50 struct gl_linked_shader *tcs = sh_prog->_LinkedShaders[MESA_SHADER_TESS_CTRL]; local in function:brw_shader_precompile
H A Dbrw_program.c140 struct gl_linked_shader *tcs = local in function:brw_create_nir
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_measure.c215 uintptr_t vs=0, tcs=0, tes=0, gs=0, fs=0, cs=0; local in function:state_changed
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_measure.c210 uintptr_t vs=0, tcs=0, tes=0, gs=0, fs=0, cs=0; local in function:state_changed
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_measure.c264 intel_measure_state_changed(const struct intel_measure_batch * batch,uintptr_t vs,uintptr_t tcs,uintptr_t tes,uintptr_t gs,uintptr_t fs,uintptr_t cs) argument
H A Dintel_measure.h111 uintptr_t framebuffer, vs, tcs, tes, gs, fs, cs; member in struct:intel_measure_snapshot
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_tess.c423 struct draw_tess_ctrl_shader *tcs; local in function:draw_create_tess_ctrl_shader
[all...]
H A Ddraw_pt_fetch_shade_pipeline_llvm.c147 struct draw_tess_ctrl_shader *tcs = draw->tcs.tess_ctrl_shader; local in function:llvm_middle_end_prepare_tcs
298 struct draw_tess_ctrl_shader *tcs = draw->tcs.tess_ctrl_shader; local in function:llvm_middle_end_prepare
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h153 } tcs; member in union:r600_shader_key
/src/sys/dev/ic/
H A Diha.c275 struct tcs *tcs; local in function:iha_append_done_scb
332 struct tcs *tcs; local in function:iha_find_pend_scb
758 struct tcs *tcs; local in function:iha_scsipi_request
787 struct tcs *tcs = &sc->sc_tcs[target]; local in function:iha_update_xfer_mode
811 struct tcs *tcs; local in function:iha_reset_scsi_bus
885 iha_reset_tcs(struct tcs * tcs,uint8_t config0) argument
938 struct tcs *tcs; local in function:iha_scsi
1569 struct tcs *tcs; local in function:iha_state_1
2163 struct tcs *tcs; local in function:iha_resel
2542 struct tcs *tcs = sc->sc_actscb->tcs; local in function:iha_msgout_sdtr
2559 struct tcs *tcs = sc->sc_actscb->tcs; local in function:iha_wide_done
2583 struct tcs *tcs = sc->sc_actscb->tcs; local in function:iha_sync_done
[all...]
H A Dihavar.h123 struct tcs *tcs; /* tcs for SCB_Target */ member in struct:iha_scb
141 struct tcs { struct
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c78 struct si_shader_selector *tcs = local in function:si_emit_derived_tess_state
1337 struct si_shader_selector *tcs = sctx->tcs_shader.cso; local in function:si_draw_vbo
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program.c706 const struct shader_info *tcs = local in function:get_unified_tess_slots
816 struct iris_uncompiled_shader *tcs = local in function:iris_update_compiled_tcs
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_context.h147 struct swr_tess_control_shader *tcs; member in struct:swr_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.h156 } tcs; member in union:r600_shader_key

Completed in 35 milliseconds

123