Searched refs:out_var (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_linking_helpers.c | 658 nir_variable *out_var = nir_deref_instr_get_variable(deref); in gather_varying_component_info() local 659 if (out_var->data.location < VARYING_SLOT_VAR0) in gather_varying_component_info() 662 unsigned location = out_var->data.location - VARYING_SLOT_VAR0; in gather_varying_component_info() 667 store_varying_info_idx[location][out_var->data.location_frac]; in gather_varying_component_info() 681 const struct glsl_type *type = out_var->type; in gather_varying_component_info() 682 if (nir_is_arrayed_io(out_var, producer->info.stage)) { in gather_varying_component_info() 687 vc_info->var = out_var; in gather_varying_component_info() 689 get_interp_type(out_var, type, default_to_smooth_interp); in gather_varying_component_info() 690 vc_info->interp_loc = get_interp_loc(out_var); in gather_varying_component_info() 692 vc_info->is_patch = out_var in gather_varying_component_info() 998 does_varying_match(nir_variable *out_var, nir_variable *in_var) does_varying_match() argument 1005 get_matching_input_var(nir_shader *consumer, nir_variable *out_var) get_matching_input_var() argument 1016 can_replace_varying(nir_variable *out_var) can_replace_varying() argument 1049 nir_variable *out_var = replace_varying_input_by_constant_load() local 1236 nir_variable *out_var = replace_varying_input_by_uniform_load() local 1384 nir_variable *out_var = nir_deref_instr_get_variable(out_deref); nir_link_opt_varyings() local [all...] |
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | opt_if_tests.cpp | 35 nir_variable *out_var; member in nir_opt_if_test 48 out_var = nir_variable_create(bld.shader, nir_var_shader_out, glsl_int_type(), "out"); in nir_opt_if_test() 78 nir_store_var(&bld, out_var, one, 1); in TEST_F() 115 nir_store_var(&bld, out_var, one, 1); in TEST_F() 156 nir_store_var(&bld, out_var, in TEST_F()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_nir_passes.h | 43 nir_variable **out_var); 50 nir_variable **out_var);
|
H A D | d3d12_nir_passes.c | 45 nir_variable **out_var) in d3d12_get_state_var() 48 if (*out_var == NULL) { in d3d12_get_state_var() 60 *out_var = var; in d3d12_get_state_var() 62 return nir_load_var(b, *out_var); in d3d12_get_state_var() 41 d3d12_get_state_var(nir_builder *b, enum d3d12_state_var var_enum, const char *var_name, const struct glsl_type *var_type, nir_variable **out_var) d3d12_get_state_var() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 1017 ir_variable *out_var(const glsl_type *type, const char *name); 5651 builtin_builder::out_var(const glsl_type *type, const char *name) in out_var() function in builtin_builder 6036 ir_variable *i = out_var(type, "i"); in _modf() 7215 texel = out_var(return_type, "texel"); in _texture() 7287 texel = out_var(return_type, "texel"); in _textureCubeArrayShadow() 7348 ir_variable *texel = out_var(return_type, "texel"); in _texelFetch() 7690 ir_variable *exponent = out_var(exp_type, "exp"); in _dfrexp() 7703 ir_variable *exponent = out_var(exp_type, "exp"); in _frexp() 7752 ir_variable *carry = out_var(type, "carry"); in _uaddCarry() 7773 ir_variable *borrow = out_var(typ in _usubBorrow() [all...] |
Completed in 18 milliseconds