Home
last modified time | relevance | path

Searched defs:iris_compiled_shader (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_context.h462 struct iris_compiled_shader { struct
463 struct pipe_reference ref;
466 struct list_head link;
469 union iris_any_prog_key key;
481 bool compilation_failed;
487 void *map;
494 unsigned num_system_values;
497 unsigned kernel_input_size;
500 unsigned num_cbufs;
506 uint32_t *streamout;
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_context.h462 struct iris_compiled_shader { struct
463 struct pipe_reference ref;
466 struct list_head link;
469 union iris_any_prog_key key;
481 bool compilation_failed;
487 void *map;
494 unsigned num_system_values;
497 unsigned kernel_input_size;
500 unsigned num_cbufs;
506 uint32_t *streamout;
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_context.h462 struct iris_compiled_shader { struct
463 struct pipe_reference ref;
466 struct list_head link;
469 union iris_any_prog_key key;
481 bool compilation_failed;
487 void *map;
494 unsigned num_system_values;
497 unsigned kernel_input_size;
500 unsigned num_cbufs;
506 uint32_t *streamout;
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_context.h462 struct iris_compiled_shader { struct
463 struct pipe_reference ref;
466 struct list_head link;
469 union iris_any_prog_key key;
481 bool compilation_failed;
487 void *map;
494 unsigned num_system_values;
497 unsigned kernel_input_size;
500 unsigned num_cbufs;
506 uint32_t *streamout;
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_context.h462 struct iris_compiled_shader { struct
463 struct pipe_reference ref;
466 struct list_head link;
469 union iris_any_prog_key key;
481 bool compilation_failed;
487 void *map;
494 unsigned num_system_values;
497 unsigned kernel_input_size;
500 unsigned num_cbufs;
506 uint32_t *streamout;
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_context.h462 struct iris_compiled_shader { struct
463 struct pipe_reference ref;
466 struct list_head link;
469 union iris_any_prog_key key;
481 bool compilation_failed;
487 void *map;
494 unsigned num_system_values;
497 unsigned kernel_input_size;
500 unsigned num_cbufs;
506 uint32_t *streamout;
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_context.h462 struct iris_compiled_shader { struct
463 struct pipe_reference ref;
466 struct list_head link;
469 union iris_any_prog_key key;
481 bool compilation_failed;
487 void *map;
494 unsigned num_system_values;
497 unsigned kernel_input_size;
500 unsigned num_cbufs;
506 uint32_t *streamout;
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_context.h462 struct iris_compiled_shader { struct
463 struct pipe_reference ref;
466 struct list_head link;
469 union iris_any_prog_key key;
481 bool compilation_failed;
487 void *map;
494 unsigned num_system_values;
497 unsigned kernel_input_size;
500 unsigned num_cbufs;
506 uint32_t *streamout;
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_context.h462 struct iris_compiled_shader { struct
463 struct pipe_reference ref;
466 struct list_head link;
469 union iris_any_prog_key key;
481 bool compilation_failed;
487 void *map;
494 unsigned num_system_values;
497 unsigned kernel_input_size;
500 unsigned num_cbufs;
506 uint32_t *streamout;
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/iris/
H A Diris_context.h466 struct iris_compiled_shader { struct
467 struct pipe_reference ref;
470 struct list_head link;
473 union iris_any_prog_key key;
485 bool compilation_failed;
491 void *map;
498 unsigned num_system_values;
501 unsigned kernel_input_size;
504 unsigned num_cbufs;
510 uint32_t *streamout;
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/iris/
H A Diris_context.h425 struct iris_compiled_shader { struct
426 struct list_head link;
429 struct iris_state_ref assembly;
432 void *map;
435 struct brw_stage_prog_data *prog_data;
438 enum brw_param_builtin *system_values;
439 unsigned num_system_values;
442 unsigned num_cbufs;
448 uint32_t *streamout;
450 struct iris_binding_table bt;
[all …]