Searched refs:in_struct (Results 1 – 17 of 17) sorted by relevance
22 OpDecorate %in_struct Block23 OpMemberDecorate %in_struct 0 Offset 024 OpMemberDecorate %in_struct 1 Offset 444 %in_struct = OpTypeStruct %int %int_rta45 %ptr_ssbo_in_struct = OpTypePointer StorageBuffer %in_struct
20 OpDecorate %in_struct Block21 OpMemberDecorate %in_struct 0 Offset 022 OpMemberDecorate %in_struct 1 Offset 444 %in_struct = OpTypeStruct %int %int_rta45 %ptr_ssbo_in_struct = OpTypePointer StorageBuffer %in_struct
19 OpDecorate %in_struct Block20 OpMemberDecorate %in_struct 0 Offset 021 OpMemberDecorate %in_struct 1 Offset 442 %in_struct = OpTypeStruct %int %int_rta43 %ptr_ssbo_in_struct = OpTypePointer StorageBuffer %in_struct
19 OpDecorate %in_struct Block20 OpMemberDecorate %in_struct 0 Offset 021 OpMemberDecorate %in_struct 1 Offset 444 %in_struct = OpTypeStruct %int %int_rta45 %ptr_ssbo_in_struct = OpTypePointer StorageBuffer %in_struct
24 OpDecorate %in_struct Block25 OpMemberDecorate %in_struct 0 Offset 026 OpMemberDecorate %in_struct 1 Offset 450 %in_struct = OpTypeStruct %int %int_rta51 %ptr_ssbo_in_struct = OpTypePointer StorageBuffer %in_struct
31 %in_struct = OpLoad %struct1 %in_var32 %in_int = OpCompositeExtract %int %in_struct 0
40 %in_struct = OpLoad %struct1 %in_var41 %copy = OpCopyLogical %struct2 %in_struct
65 %in_struct = OpLoad %struct2 %in_var66 %copy = OpCopyLogical %struct1 %in_struct
65 %in_struct = OpLoad %struct1 %in_var66 %copy = OpCopyLogical %struct2 %in_struct
359 auto* in_struct = ctx.dst->create<ast::Struct>( in CreateInputStruct() local361 ctx.InsertBefore(ctx.src->AST().GlobalDeclarations(), func_ast, in_struct); in CreateInputStruct()
4610 GstStructure *in_struct; in gst_video_decoder_negotiate_default() local4612 in_struct = gst_caps_get_structure (incaps, 0); in gst_video_decoder_negotiate_default()4613 if (gst_structure_has_field (in_struct, "mastering-display-info") || in gst_video_decoder_negotiate_default()4614 gst_structure_has_field (in_struct, "content-light-level")) { in gst_video_decoder_negotiate_default()4619 if ((s = gst_structure_get_string (in_struct, "mastering-display-info"))) { in gst_video_decoder_negotiate_default()4624 if ((s = gst_structure_get_string (in_struct, "content-light-level"))) { in gst_video_decoder_negotiate_default()