Home
last modified time | relevance | path

Searched refs:nir_local_variable_create (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_query.c130 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()
Dradv_meta_resolve_cs.c128 nir_variable *color = nir_local_variable_create(b.impl, glsl_vec4_type(), "color"); in build_resolve_compute_shader()
Dradv_meta_resolve_fs.c93 nir_variable *color = nir_local_variable_create(b.impl, glsl_vec4_type(), "color"); in build_resolve_fragment_shader()
/external/mesa3d/src/compiler/nir/
Dnir_lower_gs_intrinsics.c198 nir_local_variable_create(impl, glsl_uint_type(), "vertex_count"); in nir_lower_gs_intrinsics()
Dnir_lower_returns.c188 nir_local_variable_create(b->impl, glsl_bool_type(), "return"); in lower_returns_in_block()
Dnir.h1985 nir_variable *nir_local_variable_create(nir_function_impl *impl,
Dnir.c182 nir_local_variable_create(nir_function_impl *impl, in nir_local_variable_create() function
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c629 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()
Dspirv_to_nir.c1763 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/
Dprog_to_nir.c927 nir_local_variable_create(b->impl, glsl_vec4_type(), in setup_registers_and_variables()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c621 nir_local_variable_create(b->impl, glsl_vec4_type(), "color"); in blorp_nir_manual_blend_average()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2155 nir_local_variable_create(this->impl, ir->type, "const_temp"); in visit()