Home
last modified time | relevance | path

Searched refs:TGSI_PROCESSOR_GEOMETRY (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c141 procType == TGSI_PROCESSOR_GEOMETRY); in tgsi_transform_shader()
Dtgsi_sanity.c414 ctx->iter.processor.Processor == TGSI_PROCESSOR_GEOMETRY) { in iter_declaration()
475 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY && in iter_property()
Dtgsi_info.c257 case TGSI_PROCESSOR_GEOMETRY: in tgsi_get_processor_name()
Dtgsi_scan.c71 procType == TGSI_PROCESSOR_GEOMETRY || in tgsi_scan_shader()
Dtgsi_text.c280 processor = TGSI_PROCESSOR_GEOMETRY; in parse_header()
649 if (ctx->processor == TGSI_PROCESSOR_GEOMETRY && *file == TGSI_FILE_INPUT) { in parse_register_dcl()
1457 ctx->processor == TGSI_PROCESSOR_GEOMETRY) { in parse_property()
Dtgsi_ureg.c1395 assert(ureg->processor == TGSI_PROCESSOR_GEOMETRY); in emit_decls()
1403 assert(ureg->processor == TGSI_PROCESSOR_GEOMETRY); in emit_decls()
1411 assert(ureg->processor == TGSI_PROCESSOR_GEOMETRY); in emit_decls()
Dtgsi_dump.c252 iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY) { in iter_declaration()
Dtgsi_exec.c680 if (mach->Processor == TGSI_PROCESSOR_GEOMETRY && in tgsi_exec_machine_bind_shader()
1489 if (TGSI_PROCESSOR_GEOMETRY == mach->Processor) { in store_dest()
1703 if (TGSI_PROCESSOR_GEOMETRY == mach->Processor) { in conditional_emit_primitive()
4258 if( mach->Processor == TGSI_PROCESSOR_GEOMETRY ) { in tgsi_exec_machine_run()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dsm4_to_tgsi.cpp631 processor = TGSI_PROCESSOR_GEOMETRY; in do_translate()
670 else if(processor == TGSI_PROCESSOR_GEOMETRY) in do_translate()
827 struct ureg_program* ureg = ureg_create(TGSI_PROCESSOR_GEOMETRY); in sm4_to_tgsi_linkage_only()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h45 #define TGSI_PROCESSOR_GEOMETRY 2 macro
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c353 TGSI_PROCESSOR_GEOMETRY, in softpipe_reset_sampler_variants()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c344 if (t->procType == TGSI_PROCESSOR_GEOMETRY && SrcReg->HasIndex2) { in translate_src()
1110 else if (procType == TGSI_PROCESSOR_GEOMETRY) { in st_translate_mesa_program()
Dst_program.c837 ureg = ureg_create( TGSI_PROCESSOR_GEOMETRY ); in st_translate_geometry_program()
1019 TGSI_PROCESSOR_GEOMETRY, in st_translate_geometry_program()
Dst_glsl_to_tgsi.cpp4614 else if (procType == TGSI_PROCESSOR_GEOMETRY) { in st_translate_program()