/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | vector_utils.h | 19 template <size_t Dimension, typename Type> 34 template <size_t Dimension, typename Type> 38 using VectorN = Vector<Dimension, Type>; 45 VectorBase(const VectorBase<Dimension, Type2> &other); 53 constexpr size_t size() const { return Dimension; } in size() 89 Type dot(const VectorBase<Dimension, Type> &other) const; 110 Type mData[Dimension]; 113 template <size_t Dimension, typename Type> 114 std::ostream &operator<<(std::ostream &ostream, const VectorBase<Dimension, Type> &vector); 181 template <size_t Dimension, typenam [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_parse.c | 116 if (decl->Declaration.Dimension) { in tgsi_parse_token() 213 if (inst->Dst[i].Register.Dimension) { in tgsi_parse_token() 214 next_token( ctx, &inst->Dst[i].Dimension ); in tgsi_parse_token() 219 assert( !inst->Dst[i].Dimension.Dimension ); in tgsi_parse_token() 221 if (inst->Dst[i].Dimension.Indirect) in tgsi_parse_token() 235 if (inst->Src[i].Register.Dimension) { in tgsi_parse_token() 236 next_token( ctx, &inst->Src[i].Dimension ); in tgsi_parse_token() 241 assert( !inst->Src[i].Dimension.Dimension ); in tgsi_parse_token() [all...] |
H A D | tgsi_build.c | 108 declaration.Dimension = 0; in tgsi_default_declaration() 143 declaration.Dimension = dimension; in tgsi_build_declaration() 422 full_decl->Declaration.Dimension, in tgsi_build_full_declaration() 442 if (full_decl->Declaration.Dimension) { in tgsi_build_full_declaration() 843 src_register.Dimension = 0; in tgsi_default_src_register() 882 src_register.Dimension = dimension; in tgsi_build_src_register() 934 dimension.Dimension = 0; in tgsi_default_dimension() 948 full_src_register.Dimension = tgsi_default_dimension(); in tgsi_default_full_src_register() 964 dimension.Dimension = 0; in tgsi_build_dimension() 981 dst_register.Dimension in tgsi_default_dst_register() [all...] |
H A D | tgsi_ureg.h | 58 unsigned Dimension : 1; /* BOOL */ member 83 unsigned Dimension : 1; /* BOOL */ member 955 reg.Dimension = 1; in ureg_dst_dimension() 965 reg.Dimension = 1; in ureg_src_dimension() 976 reg.Dimension = 1; in ureg_dst_dimension_indirect() 990 reg.Dimension = 1; in ureg_src_dimension_indirect() 1028 dst.Dimension = 0; in ureg_dst_array_register() 1060 dst.Dimension = src.Dimension; in ureg_dst() 1091 src.Dimension in ureg_src_array_register() [all...] |
H A D | tgsi_dynamic_indexing.c | 130 imm_swz_index = reg->Dimension.Index; in remove_dynamic_indexes() 231 if (inst.Src[j].Dimension.Indirect && in remove_dynamic_indexes() 233 inst.Src[j].Register.Dimension = 1; in remove_dynamic_indexes() 234 inst.Src[j].Dimension.Index = i; in remove_dynamic_indexes() 235 inst.Src[j].Dimension.Indirect = 0; in remove_dynamic_indexes() 289 if ((src->Dimension.Indirect && in dIndexing_inst()
|
H A D | tgsi_dump.c | 116 if (src->Register.Dimension) { in _dump_register_src() 117 if (src->Dimension.Indirect) { in _dump_register_src() 124 if (src->Dimension.Index != 0) { in _dump_register_src() 125 if (src->Dimension.Index > 0) in _dump_register_src() 127 SID( src->Dimension.Index ); in _dump_register_src() 137 SID(src->Dimension.Index); in _dump_register_src() 173 if (dst->Register.Dimension) { in _dump_register_dst() 174 if (dst->Dimension.Indirect) { in _dump_register_dst() 181 if (dst->Dimension.Index != 0) { in _dump_register_dst() 182 if (dst->Dimension in _dump_register_dst() [all...] |
H A D | tgsi_parse.h | 48 struct tgsi_dimension Dimension; member 56 struct tgsi_dimension Dimension; member
|
H A D | tgsi_sanity.c | 100 if (dst->Register.Dimension) { in scan_register_dst() 106 dst->Dimension.Index); in scan_register_dst() 118 if (src->Register.Dimension) { in scan_register_src() 124 src->Dimension.Index); in scan_register_src() 437 if (decl->Declaration.Dimension) { in iter_declaration()
|
H A D | tgsi_scan.c | 252 if (src->Register.Dimension) { in scan_src_operand() 253 if (src->Dimension.Indirect) in scan_src_operand() 256 info->const_buffers_indirect |= 1u << src->Dimension.Index; in scan_src_operand() 263 if (src->Register.Dimension && src->Dimension.Indirect) in scan_src_operand() 507 if (fullinst->Src[i].Register.Dimension && in scan_instruction() 508 fullinst->Src[i].Dimension.Indirect) { in scan_instruction() 553 if (dst->Register.Dimension && dst->Dimension.Indirect) { in scan_instruction() 646 if (fulldecl->Declaration.Dimension) in scan_declaration() [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | SFFontView.java | 12 import java.awt.Dimension; 37 Dimension dimensions = viewer.measure(true); in SFFontView() 39 Dimension minimumSize = new Dimension(400, 400); in SFFontView() 45 public Dimension getPreferredScrollableViewportSize() { in getPreferredScrollableViewportSize() 48 return new Dimension(width, height); in getPreferredScrollableViewportSize()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DemoApplet.java | 14 import java.awt.Dimension; 26 protected Dimension getDefaultFrameSize(DemoApplet applet, Frame f) { in getDefaultFrameSize() 27 return new Dimension(700, 550); in getDefaultFrameSize() 58 Dimension d = getDefaultFrameSize(this, demoFrame); in showDemo()
|
H A D | DumbTextComponent.java | 14 import java.awt.Dimension; 78 private transient Dimension mySize; 442 public Dimension getPreferredSize() { in getPreferredSize() 443 return new Dimension(lastWidth,lastHeight); in getPreferredSize() 446 public Dimension getMaximumSize() { in getMaximumSize() 447 return new Dimension(lastWidth,lastHeight); in getMaximumSize() 450 public Dimension getMinimumSize() { in getMinimumSize() 451 return new Dimension(lastHeight,lastHeight); in getMinimumSize()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | PreferencesDialog.java | 77 Dimension localeDim1 = new Dimension(200,25); in initComponents() 78 Dimension localeDim2 = new Dimension(150,25); in initComponents() 79 Dimension localeDim3 = new Dimension(50,25); in initComponents()
|
H A D | BundleGroupCreationDialog.java | 26 Dimension leftDim = new Dimension(left_col_width, row_height); 27 Dimension rightDim = new Dimension(right_col_width, row_height);
|
H A D | BundleGroupEditDialog.java | 26 Dimension leftDim = new Dimension(left_col_width, row_height); 27 Dimension rightDim = new Dimension(right_col_width, row_height);
|
H A D | BundleItemDialog.java | 30 Dimension leftDim = new Dimension(left_col_width, row_height); 31 Dimension rightDim = new Dimension(right_col_width, row_height); 162 lookupLabels[i].setPreferredSize(new Dimension(30,row_height)); in initComponents() 164 lookupFields[i].setPreferredSize(new Dimension(right_col_width-35,row_height)); in initComponents()
|
H A D | RBManagerGUI.java | 31 private static final Dimension dimMain = new Dimension(750,550); 32 private static final Dimension dimMainMax = new Dimension(2000,1500); 33 private static final Dimension dimMainMin = new Dimension(550,350); 34 private static final Dimension dimTop = new Dimension(dimMain.width - buffer,50); 35 private static final Dimension dimTopMax = new Dimension(dimMainMa [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | nested.hpp | 11 struct Dimension : public Calc { struct 13 Dimension mWidth, mHeight;
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 51 s1->Register.Dimension == d1->Register.Dimension && in same_src_dst_reg() 61 d1->Register.Dimension == d2->Register.Dimension && in same_dst_reg() 71 d1->Register.Dimension == d2->Register.Dimension && in same_src_reg() 216 o->Dimension = i->Dimension; in copy_src_reg() 232 o->Dimension = i->Dimension; in copy_dst_reg() [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_util.h | 108 Dimension = dimension; 176 { return (Dimension == D3D12_RESOURCE_DIMENSION_TEXTURE3D ? DepthOrArraySize : 1u); } 178 { return (Dimension != D3D12_RESOURCE_DIMENSION_TEXTURE3D ? DepthOrArraySize : 1u); } 184 return l.Dimension == r.Dimension &&
|
/third_party/backends/japi/ |
H A D | ImageCanvas.java | 46 import java.awt.Dimension; 83 Dimension dim = getSize(); in paint()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | DemoApplet.java | 12 import java.awt.Dimension; 62 Dimension size = button.getPreferredSize(); in init()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 129 unsigned Dimension : 1; /**< any extra dimension info? */ member 746 unsigned Dimension : 1; /* BOOL */ member 775 * If tgsi_src_register::Dimension is TRUE, tgsi_dimension follows. 781 unsigned Dimension : 1; /* BOOL */ member 791 unsigned Dimension : 1; /* BOOL */ member
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_tgsi.c | 96 if (decl->Declaration.Dimension) { in virgl_tgsi_transform_declaration() 98 decl->Declaration.Dimension = 0; in virgl_tgsi_transform_declaration() 355 inst->Src[i].Register.Dimension && in virgl_tgsi_transform_instruction() 356 inst->Src[i].Dimension.Index == 0) in virgl_tgsi_transform_instruction() 357 inst->Src[i].Register.Dimension = 0; in virgl_tgsi_transform_instruction() 399 op_to_temp.Dst[0].Dimension.Indirect = 0; in virgl_tgsi_transform_instruction()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ResourceAllocatorManagerD3D12.cpp | 158 resourceDescriptor.Dimension != D3D12_RESOURCE_DIMENSION_BUFFER && in IsClearValueOptimizable() 269 GetResourceHeapKind(resourceDescriptor.Dimension, heapProp.Type, in FreeMemory() 281 GetResourceHeapKind(requestedResourceDescriptor.Dimension, heapType, in CreatePlacedResource()
|