Searched refs:nir_local_variable_create (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_query.c | 130 nir_variable *result = nir_local_variable_create(b.impl, glsl_uint64_t_type(), "result"); in build_occlusion_query_shader() 131 nir_variable *outer_counter = nir_local_variable_create(b.impl, glsl_int_type(), "outer_counter"); in build_occlusion_query_shader() 132 nir_variable *start = nir_local_variable_create(b.impl, glsl_uint64_t_type(), "start"); in build_occlusion_query_shader() 133 nir_variable *end = nir_local_variable_create(b.impl, glsl_uint64_t_type(), "end"); in build_occlusion_query_shader() 134 nir_variable *available = nir_local_variable_create(b.impl, glsl_int_type(), "available"); in build_occlusion_query_shader() 325 nir_variable *output_offset = nir_local_variable_create(b.impl, glsl_int_type(), "output_offset"); in build_pipeline_statistics_query_shader() 475 nir_variable *counter = nir_local_variable_create(b.impl, glsl_int_type(), "counter"); in build_pipeline_statistics_query_shader()
|
D | radv_meta_resolve_cs.c | 128 nir_variable *color = nir_local_variable_create(b.impl, glsl_vec4_type(), "color"); in build_resolve_compute_shader()
|
D | radv_meta_resolve_fs.c | 93 nir_variable *color = nir_local_variable_create(b.impl, glsl_vec4_type(), "color"); in build_resolve_fragment_shader()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_gs_intrinsics.c | 198 nir_local_variable_create(impl, glsl_uint_type(), "vertex_count"); in nir_lower_gs_intrinsics()
|
D | nir_lower_returns.c | 188 nir_local_variable_create(b->impl, glsl_bool_type(), "return"); in lower_returns_in_block()
|
D | nir.h | 1985 nir_variable *nir_local_variable_create(nir_function_impl *impl,
|
D | nir.c | 182 nir_local_variable_create(nir_function_impl *impl, in nir_local_variable_create() function
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 629 nir_local_variable_create(b->nb.impl, type->type, "phi"); in vtn_handle_phis_first_pass() 779 nir_local_variable_create(b->nb.impl, glsl_bool_type(), "cont"); in vtn_emit_cf_list() 810 nir_local_variable_create(b->nb.impl, glsl_bool_type(), "fall"); in vtn_emit_cf_list()
|
D | spirv_to_nir.c | 1763 nir_local_variable_create(b->nb.impl, arg_ssa->type, "arg_tmp"); in vtn_handle_function_call() 1773 out_tmp = nir_local_variable_create(b->nb.impl, callee->return_type, in vtn_handle_function_call()
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 927 nir_local_variable_create(b->impl, glsl_vec4_type(), in setup_registers_and_variables()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 621 nir_local_variable_create(b->impl, glsl_vec4_type(), "color"); in blorp_nir_manual_blend_average()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 2155 nir_local_variable_create(this->impl, ir->type, "const_temp"); in visit()
|