Searched refs:last_field (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | linker.h | 171 bool last_field) = 0; 194 bool last_field, unsigned record_array_count,
|
D | link_uniforms.cpp | 115 bool last_field, in recursion() argument 217 this->visit_field(t, *name, row_major, record_type, packing, last_field); in recursion()
|
D | link_uniform_blocks.cpp | 110 bool last_field) in visit_field() argument 154 if (!last_field) { in visit_field()
|
/third_party/ffmpeg/libavformat/ |
D | gxf.c | 33 int64_t last_field; member 199 si->last_field = AV_NOPTS_VALUE; in gxf_material_tags() 212 si->last_field = value; in gxf_material_tags() 388 if (si->first_field != AV_NOPTS_VALUE && si->last_field != AV_NOPTS_VALUE) in gxf_header() 389 st->duration = si->last_field - si->first_field; in gxf_header()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_decoder.c | 61 struct intel_field *last_field; member 436 ctx->last_field = create_and_append_field(ctx, NULL, group); in start_element() 439 ctx->last_field = create_and_append_field(ctx, atts, NULL); in start_element() 491 struct intel_field *field = ctx->last_field; in end_element() 492 ctx->last_field = NULL; in end_element()
|
/third_party/ffmpeg/libavcodec/ |
D | h264_slice.c | 1599 int last_field = last_pic_structure == PICT_BOTTOM_FIELD; in h264_field_start() local 1605 if (h->cur_pic_ptr->tf.owner[last_field] == h->avctx) { in h264_field_start() 1606 ff_thread_report_progress(&h->cur_pic_ptr->tf, INT_MAX, last_field); in h264_field_start()
|
/third_party/node/deps/v8/src/torque/ |
D | implementation-visitor.cc | 4147 const Field& last_field = type_->LastField(); in GenerateClass() local 4149 std::get<1>(*SizeOf(last_field.name_and_type.type)); in GenerateClass() 4160 type_->GetSliceMacroName(last_field)) in GenerateClass()
|
/third_party/googletest/docs/ |
D | gmock_cook_book.md | 1256 Field("last_field", &Foo::last_field, foo.last_field));
|