Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h133 uint32 has_offset,
137 uint32 tag, uint32 has_offset,
141 uint32 has_offset,
Dgenerated_message_table_driven.h89 uint32 has_offset; member
299 uint32 has_offset, io::CodedOutputStream* output) {
307 has_offset; // has_offset is overloaded for maps to mean table offset
Dgenerated_message_util.cc615 if (!IsPresent(base, field_metadata.has_offset)) continue; \
629 if (!IsOneofPresent(base, field_metadata.has_offset, field_metadata.tag)) \
667 field_metadata.has_offset, output); in SerializeInternal()
714 field_metadata.has_offset, &output); in SerializeInternalToArray()
727 uint32 has_offset, io::CodedOutputStream* output) { in ExtensionSerializer() argument
729 ->SerializeWithCachedSizes(tag, has_offset, output); in ExtensionSerializer()
733 uint32 has_offset, in UnknownFieldSerializerLite() argument
Dgenerated_message_reflection.h302 uint32 tag, uint32 has_offset,
Dgenerated_message_reflection.cc2423 uint32 has_offset, in UnknownFieldSetSerializer() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSMInstructions.td45 bits<1> has_offset = 1;
63 bits<1> imm = !if(ps.has_offset, ps.offset_is_imm, 0);
164 let has_offset = 0;
173 let has_offset = 0;
470 let Inst{7-0} = !if(ps.has_offset, offset{7-0}, ?);
531 let Inst{51-32} = !if(ps.has_offset, offset{19-0}, ?);
750 let Inst{7-0} = !if(ps.has_offset, offset{7-0}, ?);
DDSInstructions.td43 bits<1> has_offset = 1; // has "offset" that should be split to offset0,1
76 let offset0 = !if(ds.has_offset, offset{7-0}, ?);
77 let offset1 = !if(ds.has_offset, offset{15-8}, ?);
130 let has_offset = 0;
196 let has_offset = 0;
243 let has_offset = 0;
340 let has_offset = 0;
DBUFInstructions.td107 bits<1> has_offset = 1;
325 bits<1> has_offset = 1;
373 let has_offset = 0;
1651 let Inst{11-0} = !if(ps.has_offset, offset, ?);
1778 let Inst{11-0} = !if(ps.has_offset, offset, ?);
1836 let Inst{11-0} = !if(ps.has_offset, offset, ?);
1886 let Inst{11-0} = !if(ps.has_offset, offset, ?);
2011 let Inst{11-0} = !if(ps.has_offset, offset, ?);
2041 let Inst{11-0} = !if(ps.has_offset, offset, ?);
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.h119 void GenerateSchema(io::Printer* printer, int offset, int has_offset);
Dcpp_message.cc1674 int has_offset) { in GenerateSchema() argument
1676 has_offset = in GenerateSchema()
1678 ? offset + has_offset in GenerateSchema()
1681 format("{ $1$, $2$, sizeof($classtype$)},\n", offset, has_offset); in GenerateSchema()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c1112 const bool has_offset = in nir_lower_tex_block() local
1134 (options->lower_txd_offset_clamp && has_offset && has_min_lod) || in nir_lower_tex_block()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8656has_offset = false, has_ddx = false, has_ddy = false, has_derivs = false, has_sample_index = false, in visit_tex() local
8707 has_offset = true; in visit_tex()
8755 if (has_offset && instr->op != nir_texop_txf && instr->op != nir_texop_txf_ms) { in visit_tex()
8812 has_offset = false; in visit_tex()
8880 if (has_offset && (instr->op == nir_texop_txf || instr->op == nir_texop_txf_ms)) { in visit_tex()
8885 has_offset = false; in visit_tex()
9081 if (has_offset) in visit_tex()
9136 if (has_offset) { /* image_sample_*_o */ in visit_tex()
9211 if (has_offset) { /* image_gather4_*_o */ in visit_tex()