Home
last modified time | relevance | path

Searched refs:Dimension (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/common/
H A Dvector_utils.h19 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 Dtgsi_parse.c116 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 Dtgsi_build.c108 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 Dtgsi_ureg.h58 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 Dtgsi_dynamic_indexing.c130 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 Dtgsi_dump.c116 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 Dtgsi_parse.h48 struct tgsi_dimension Dimension; member
56 struct tgsi_dimension Dimension; member
H A Dtgsi_sanity.c100 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 Dtgsi_scan.c252 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 DSFFontView.java12 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 DDemoApplet.java14 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 DDumbTextComponent.java14 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 DPreferencesDialog.java77 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 DBundleGroupCreationDialog.java26 Dimension leftDim = new Dimension(left_col_width, row_height);
27 Dimension rightDim = new Dimension(right_col_width, row_height);
H A DBundleGroupEditDialog.java26 Dimension leftDim = new Dimension(left_col_width, row_height);
27 Dimension rightDim = new Dimension(right_col_width, row_height);
H A DBundleItemDialog.java30 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 DRBManagerGUI.java31 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 Dnested.hpp11 struct Dimension : public Calc { struct
13 Dimension mWidth, mHeight;
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c51 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 Dd3d12_util.h108 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 DImageCanvas.java46 import java.awt.Dimension;
83 Dimension dim = getSize(); in paint()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemoApplet.java12 import java.awt.Dimension;
62 Dimension size = button.getPreferredSize(); in init()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h129 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 Dvirgl_tgsi.c96 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 DResourceAllocatorManagerD3D12.cpp158 resourceDescriptor.Dimension != D3D12_RESOURCE_DIMENSION_BUFFER && in IsClearValueOptimizable()
269 GetResourceHeapKind(resourceDescriptor.Dimension, heapProp.Type, in FreeMemory()
281 GetResourceHeapKind(requestedResourceDescriptor.Dimension, heapType, in CreatePlacedResource()

Completed in 18 milliseconds

1234