Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.h137 uint32 has_offset,
141 uint32 tag, uint32 has_offset,
145 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.cc600 if (!IsPresent(base, field_metadata.has_offset)) continue; \
614 if (!IsOneofPresent(base, field_metadata.has_offset, field_metadata.tag)) \
652 field_metadata.has_offset, output); in SerializeInternal()
699 field_metadata.has_offset, &output); in SerializeInternalToArray()
712 uint32 has_offset, io::CodedOutputStream* output) { in ExtensionSerializer() argument
714 ->SerializeWithCachedSizes(tag, has_offset, output); in ExtensionSerializer()
718 uint32 has_offset, in UnknownFieldSerializerLite() argument
Dgenerated_message_reflection.h316 uint32 tag, uint32 has_offset,
Dgenerated_message_reflection.cc2505 uint32 has_offset, in UnknownFieldSetSerializer() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSMInstructions.td44 bits<1> has_offset = 1;
62 bits<1> imm = !if(ps.has_offset, ps.offset_is_imm, 0);
175 let has_offset = 0;
184 let has_offset = 0;
199 let has_offset = 0;
423 let Inst{7-0} = !if(ps.has_offset, offset{7-0}, ?);
484 let Inst{51-32} = !if(ps.has_offset, offset{19-0}, ?);
703 let Inst{7-0} = !if(ps.has_offset, offset{7-0}, ?);
847 let Inst{51-32} = !if(ps.offset_is_imm, !if(ps.has_offset, offset{19-0}, ?), ?);
849 !if(ps.has_offset, offset{6-0}, ?));
DDSInstructions.td43 bits<1> has_offset = 1; // has "offset" that should be split to offset0,1
79 let offset0 = !if(ds.has_offset, offset{7-0}, ?);
80 let offset1 = !if(ds.has_offset, offset{15-8}, ?);
144 let has_offset = 0;
210 let has_offset = 0;
257 let has_offset = 0;
357 let has_offset = 0;
DBUFInstructions.td104 bits<1> has_offset = 1;
339 bits<1> has_offset = 1;
391 let has_offset = 0;
1824 let Inst{11-0} = !if(ps.has_offset, offset, ?);
2076 let Inst{11-0} = !if(ps.has_offset, offset, ?);
2172 let Inst{11-0} = !if(ps.has_offset, offset, ?);
2222 let Inst{11-0} = !if(ps.has_offset, offset, ?);
2354 let Inst{11-0} = !if(ps.has_offset, offset, ?);
2384 let Inst{11-0} = !if(ps.has_offset, offset, ?);
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.h119 void GenerateSchema(io::Printer* printer, int offset, int has_offset);
Dcpp_message.cc1726 int has_offset) { in GenerateSchema() argument
1728 has_offset = !has_bit_indices_.empty() || IsMapEntryMessage(descriptor_) in GenerateSchema()
1729 ? offset + has_offset in GenerateSchema()
1732 format("{ $1$, $2$, sizeof($classtype$)},\n", offset, has_offset); in GenerateSchema()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc1105 bool has_offset = false; in EmitTextureCall() local
1107 has_offset = true; in EmitTextureCall()
1116 if (!has_offset) { in EmitTextureCall()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c1388 const bool has_offset = in nir_lower_tex_block() local
1410 (options->lower_txd_offset_clamp && has_offset && has_min_lod) || in nir_lower_tex_block()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp410 bool has_array_offsets = false, has_offset = false, has_grad = false; member
Dspirv_glsl.cpp6780 name_args.has_offset = coffset != 0 || offset != 0; in to_texture_op()
6932 if (args.has_offset) in to_function_name()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2989 bool has_offset = nir_tex_instr_src_index(tex, nir_tex_src_offset) >= 0; in nir_to_tgsi_lower_txp() local
2998 …if (tex->op != nir_texop_tex || has_lod || has_offset || (tex->coord_components >= 3 && has_compar… in nir_to_tgsi_lower_txp()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp9228 has_offset = false, has_ddx = false, has_ddy = false, has_derivs = false, in visit_tex() local
9277 has_offset = true; in visit_tex()
9305 if (has_offset && instr->op != nir_texop_txf) { in visit_tex()
9365 has_offset = false; in visit_tex()
9412 if (has_offset && instr->op == nir_texop_txf) { in visit_tex()
9417 has_offset = false; in visit_tex()
9600 if (has_offset) { in visit_tex()
9667 if (has_offset) { /* image_sample_*_o */ in visit_tex()
9742 if (has_offset) { /* image_gather4_*_o */ in visit_tex()