Home
last modified time | relevance | path

Searched refs:struct_var (Results 1 – 18 of 18) sorted by relevance

/third_party/spirv-tools/source/opt/
Deliminate_dead_input_components_pass.cpp156 Instruction& struct_var, unsigned length) { in ChangeStructLength() argument
159 type_mgr->GetType(struct_var.type_id())->AsPointer(); in ChangeStructLength()
176 struct_var.SetResultType(new_ptr_ty_id); in ChangeStructLength()
178 def_use_mgr->AnalyzeInstUse(&struct_var); in ChangeStructLength()
180 USE_ASSERT(struct_var.GetSingleWordInOperand(kVariableStorageClassInIdx) != in ChangeStructLength()
184 struct_var.RemoveFromList(); in ChangeStructLength()
185 struct_var.InsertAfter(new_ptr_ty_inst); in ChangeStructLength()
Deliminate_dead_input_components_pass.h59 void ChangeStructLength(Instruction& struct_var, unsigned length);
/third_party/skia/third_party/externals/tint/test/types/
Dmodule_scope_var_initializers.wgsl.expected.spvasm21 OpName %struct_var "struct_var"
66 %struct_var = OpVariable %_ptr_Private_S Private %40
80 OpStore %struct_var %40
Dmodule_scope_var.wgsl.expected.spvasm21 OpName %struct_var "struct_var"
66 %struct_var = OpVariable %_ptr_Private_S Private %42
80 OpStore %struct_var %42
Dfunction_scope_declarations.wgsl.expected.spvasm22 OpName %struct_var "struct_var"
72 %struct_var = OpVariable %_ptr_Function_S Function %46
82 OpStore %struct_var %46
Dmodule_scope_var.wgsl.expected.wgsl23 var<private> struct_var : S;
36 struct_var = S();
Dmodule_scope_var_initializers.wgsl.expected.wgsl23 var<private> struct_var : S = S();
36 struct_var = S();
Dmodule_scope_var.wgsl14 var<private> struct_var : S;
28 struct_var = S();
Dmodule_scope_var_initializers.wgsl.expected.hlsl14 static S struct_var = (S)0;
29 struct_var = tint_symbol_1;
Dmodule_scope_var.wgsl.expected.hlsl14 static S struct_var = (S)0;
29 struct_var = tint_symbol_1;
Dmodule_scope_var_initializers.wgsl.expected.glsl17 S struct_var = S(0.0f);
32 struct_var = tint_symbol_2;
Dmodule_scope_var_initializers.wgsl14 var<private> struct_var : S = S();
28 struct_var = S();
Dmodule_scope_var.wgsl.expected.glsl17 S struct_var = S(0.0f);
32 struct_var = tint_symbol_2;
Dfunction_scope_declarations.wgsl.expected.msl30 S struct_var = {};
Dfunction_scope_declarations.wgsl.expected.hlsl25 S struct_var = (S)0;
Dfunction_scope_declarations.wgsl.expected.glsl28 S struct_var = S(0.0f);
Dfunction_scope_declarations.wgsl.expected.wgsl25 var struct_var : S = S();
Dfunction_scope_declarations.wgsl25 var struct_var : S = S();