Searched defs:semantic (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap_shader.c59 unsigned i, semantic; local in function:transform_instr
H A Dst_cb_drawtex.c61 semantic_to_vert_attrib(unsigned semantic) argument
77 semantic_to_varying_slot(unsigned semantic) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_emulate.c121 unsigned semantic; local in function:transform_instr
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap_shader.c58 unsigned i, semantic; local in function:transform_instr
H A Dst_cb_drawtex.c61 semantic_to_vert_attrib(unsigned semantic) argument
77 semantic_to_varying_slot(unsigned semantic) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_emulate.c121 unsigned semantic; local in function:transform_instr
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c39 translate_vs_ps_semantic(struct svga_shader_emitter * emit,struct tgsi_declaration_semantic semantic,unsigned * usage,unsigned * idx) argument
178 ps30_input(struct svga_shader_emitter * emit,struct tgsi_declaration_semantic semantic,unsigned idx) argument
327 ps30_output(struct svga_shader_emitter * emit,struct tgsi_declaration_semantic semantic,unsigned idx) argument
391 vs30_input(struct svga_shader_emitter * emit,struct tgsi_declaration_semantic semantic,unsigned idx) argument
449 vs30_output(struct svga_shader_emitter * emit,struct tgsi_declaration_semantic semantic,unsigned idx) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c39 translate_vs_ps_semantic(struct svga_shader_emitter * emit,struct tgsi_declaration_semantic semantic,unsigned * usage,unsigned * idx) argument
178 ps30_input(struct svga_shader_emitter * emit,struct tgsi_declaration_semantic semantic,unsigned idx) argument
327 ps30_output(struct svga_shader_emitter * emit,struct tgsi_declaration_semantic semantic,unsigned idx) argument
391 vs30_input(struct svga_shader_emitter * emit,struct tgsi_declaration_semantic semantic,unsigned idx) argument
449 vs30_output(struct svga_shader_emitter * emit,struct tgsi_declaration_semantic semantic,unsigned idx) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dmodule.hpp74 enum semantic { enum in struct:clover::module::argument
104 semantic semantic; member in struct:clover::module::argument
82 argument(enum type type,size_t size,size_t target_size,size_t target_align,enum ext_type ext_type,enum semantic semantic=general) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.h49 struct tgsi_declaration_semantic semantic; /* tgsi semantic name and index */ member in struct:etna_shader_inout
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_translate.c111 get_mapping(struct i915_fragment_shader *fs, enum tgsi_semantic semantic, argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dbinary.hpp98 enum semantic { enum in struct:clover::binary::argument
132 semantic semantic; member in struct:clover::binary::argument
108 argument(enum type type,size_t size,size_t target_size,size_t target_align,enum ext_type ext_type,enum semantic semantic=general) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_geometry.cpp122 auto semantic = r600_get_varying_semantic(location); local in function:r600::GeometryShaderFromNir::process_store_output
172 auto semantic = r600_get_varying_semantic(location); local in function:r600::GeometryShaderFromNir::process_load_input
H A Dsfn_vertexstageexport.cpp87 auto semantic = r600_get_varying_semantic(output->data.location); local in function:r600::VertexStageWithOutputInfo::do_process_outputs
296 auto semantic = r600_get_varying_semantic(location + index->u32); local in function:r600::VertexStageWithOutputInfo::scan_store_output
H A Dsfn_shader_fragment.cpp107 auto semantic = r600_get_varying_semantic(location); local in function:r600::FragmentShaderFromNir::process_load_input
428 auto semantic = nir_intrinsic_io_semantics(instr); local in function:r600::FragmentShaderFromNir::process_store_output
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h41 ubyte semantic; member in struct:si_shader_output_values
H A Dsi_shader_nir.c95 unsigned semantic = 0; local in function:scan_io_usage
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h152 struct sh_semantic semantic; member in union:sh_dcl::__anon0d18ef44010a
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c311 uint semantic = vp->info.output_semantic_name[i]; local in function:nv30_render_validate
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c311 uint semantic = vp->info.output_semantic_name[i]; local in function:nv30_render_validate
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h152 struct sh_semantic semantic; member in union:sh_dcl::__anond16373b7010a
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_signature.c369 fill_SV_param_nodes(struct dxil_module * mod,unsigned record_id,struct semantic_info * semantic) argument
397 fill_signature_element(struct dxil_signature_element * elm,struct semantic_info * semantic,unsigned row) argument
416 fill_psv_signature_element(struct dxil_psv_signature_element * psv_elm,struct semantic_info * semantic,struct dxil_module * mod) argument
457 fill_io_signature(struct dxil_module * mod,int id,struct semantic_info * semantic,const struct dxil_mdnode ** io,struct dxil_signature_element * elm,struct dxil_psv_signature_element * psv_elm) argument
478 struct semantic_info semantic = {0}; local in function:get_input_signature_group
565 struct semantic_info semantic = {0}; local in function:get_output_signature
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_tess.c38 draw_tes_get_input_index(int semantic, int index, argument
H A Ddraw_gs.c49 draw_gs_get_input_index(int semantic, int index, argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c49 draw_gs_get_input_index(int semantic, int index, argument

Completed in 24 milliseconds

12