Home
last modified time | relevance | path

Searched refs:input_vue_map (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp44 const struct brw_vue_map *input_vue_map) in vec4_tcs_visitor() argument
47 input_vue_map(input_vue_map), key(key) in vec4_tcs_visitor()
396 struct brw_vue_map input_vue_map; in brw_compile_tcs() local
397 brw_compute_vue_map(devinfo, &input_vue_map, nir->info.inputs_read, in brw_compile_tcs()
404 brw_nir_lower_vue_inputs(nir, &input_vue_map); in brw_compile_tcs()
459 brw_print_vue_map(stderr, &input_vue_map); in brw_compile_tcs()
467 shader_time_index, &input_vue_map); in brw_compile_tcs()
493 nir, mem_ctx, shader_time_index, &input_vue_map); in brw_compile_tcs()
Dbrw_vec4_tcs.h49 const struct brw_vue_map *input_vue_map);
77 const struct brw_vue_map *input_vue_map; variable
Dbrw_vec4_gs_visitor.cpp640 &c.input_vue_map, inputs_read, in brw_compile_gs()
644 brw_nir_lower_vue_inputs(shader, &c.input_vue_map); in brw_compile_gs()
840 prog_data->base.urb_read_length = (c.input_vue_map.num_slots + 1) / 2; in brw_compile_gs()
847 brw_print_vue_map(stderr, &c.input_vue_map); in brw_compile_gs()
Dbrw_shader.cpp1149 const struct brw_vue_map *input_vue_map, in brw_compile_tes() argument
1165 brw_nir_lower_tes_inputs(nir, input_vue_map); in brw_compile_tes()
1236 brw_print_vue_map(stderr, input_vue_map); in brw_compile_tes()
1244 shader_time_index, input_vue_map); in brw_compile_tes()
Dbrw_shader.h283 struct brw_vue_map input_vue_map; member
Dbrw_fs.h71 const struct brw_vue_map *input_vue_map = NULL);
295 const struct brw_vue_map *input_vue_map; variable
Dbrw_fs_visitor.cpp820 const struct brw_vue_map *input_vue_map) in fs_visitor() argument
823 input_vue_map(input_vue_map), in fs_visitor()
Dbrw_compiler.h1152 const struct brw_vue_map *input_vue_map,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tes.c100 struct brw_vue_map input_vue_map; in brw_codegen_tes_prog() local
101 brw_compute_tess_vue_map(&input_vue_map, key->inputs_read, in brw_codegen_tes_prog()
106 brw_compile_tes(compiler, brw, mem_ctx, key, &input_vue_map, &prog_data, in brw_codegen_tes_prog()