/third_party/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 137 uint32 has_offset, 141 uint32 tag, uint32 has_offset, 145 uint32 has_offset,
|
D | generated_message_table_driven.h | 89 uint32 has_offset; member 299 uint32 has_offset, io::CodedOutputStream* output) { 307 has_offset; // has_offset is overloaded for maps to mean table offset
|
D | generated_message_util.cc | 600 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
|
D | generated_message_reflection.h | 316 uint32 tag, uint32 has_offset,
|
D | generated_message_reflection.cc | 2505 uint32 has_offset, in UnknownFieldSetSerializer() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SMInstructions.td | 44 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}, ?));
|
D | DSInstructions.td | 43 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;
|
D | BUFInstructions.td | 104 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/ |
D | cpp_message.h | 119 void GenerateSchema(io::Printer* printer, int offset, int has_offset);
|
D | cpp_message.cc | 1726 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/ |
D | generator_impl.cc | 1105 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/ |
D | nir_lower_tex.c | 1388 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/ |
D | spirv_glsl.hpp | 410 bool has_array_offsets = false, has_offset = false, has_grad = false; member
|
D | spirv_glsl.cpp | 6780 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/ |
D | nir_to_tgsi.c | 2989 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/ |
D | aco_instruction_selection.cpp | 9228 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()
|