/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_depth_test.c | 178 float scale = 65535.0; in convert_quad_depth() local 187 double scale = (double) (uint) ~0UL; in convert_quad_depth() local 197 float scale = (float) ((1 << 24) - 1); in convert_quad_depth() local 207 float scale = (float) ((1 << 24) - 1); in convert_quad_depth() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | utils.c | 341 int utils_parse_size(const char *value, s64 *size, BOOL scale) in utils_parse_size() argument 405 int utils_parse_range(const char *string, s64 *start, s64 *finish, BOOL scale) in utils_parse_range() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_skeletons.h | 367 bool scale = false; member
|
H A D | number_skeletons.cpp | 1754 bool GeneratorHelpers::scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in scale() function in GeneratorHelpers [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | rastpos.c | 411 float scale[3], translate[3]; in _mesa_RasterPos() local
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 711 double scale = libinput_event_gesture_get_scale(t); in print_gesture_event_with_coords() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | node-matchers.h | 399 int scale() const { return scale_; } in scale() function 438 int scale() const { in scale() function 523 int scale() const { return scale_; } in scale() function 563 int scale = 0; in Initialize() local [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins.cc | 42 interpreter::OperandScale scale : 8; member 356 interpreter::OperandScale scale = in EmitCodeCreateEvents() local 61 KindSpecificData(interpreter::Bytecode bytecode, interpreter::OperandScale scale) KindSpecificData() argument
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.h | 681 inline Operand FieldOperand(Register object, Register index, ScaleFactor scale, in FieldOperand() argument
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 33 ScaleFactor scale; member 938 inline Operand FieldOperand(Register object, Register index, ScaleFactor scale, in FieldOperand() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_query.c | 410 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; in calculate_result_on_gpu() local 417 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; in calculate_result_on_gpu() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_gpu.h | 65 uint32_t scale; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 208 double scale = 1.0 / ((1 << (chan_desc.size - 1)) - 1); in lp_build_extract_soa_chan() local 257 double scale = 1.0 / ((1 << (chan_desc.size/2)) - 1); in lp_build_extract_soa_chan() local 934 double scale = ((1 << (chan_desc.size - 1)) - 1); in lp_build_insert_soa_chan() local
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_idct.c | 147 struct ureg_src scale; in create_mismatch_vert_shader() local 263 struct ureg_src scale; in create_stage1_vert_shader() local 397 struct ureg_src scale; vl_idct_stage2_vert_shader() local 687 vl_idct_upload_matrix(struct pipe_context *pipe, float scale) vl_idct_upload_matrix() argument [all...] |
H A D | vl_mpeg12_bitstream.c | 704 decode_dct(struct vl_mpg12_bs *bs, struct pipe_mpeg12_macroblock *mb, int scale) in decode_dct() argument
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_clip.c | 163 const float *scale = in interp() local
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_query.c | 440 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; in calculate_result_on_gpu() local 447 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; in calculate_result_on_gpu() local
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_private.h | 79 float scale[2]; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureCompressedFormatTests.cpp | 198 static void computeScaleAndBias (const tcu::ConstPixelBufferAccess& reference, const tcu::ConstPixelBufferAccess& result, tcu::Vec4& scale, tcu::Vec4& bias) in computeScaleAndBias() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | OverlayWidgets.cpp | 250 AppendGraphCommon(const overlay::Widget *widget, const gl::Extents &imageExtent, const std::vector<size_t> runningValues, size_t startIndex, float scale, GraphWidgetData *graphWidget, OverlayWidgetCounts *widgetCounts) AppendGraphCommon() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DepthStencilFormatsTest.cpp | 374 auto scale = [](float f) { in depthStencilReadbackCase() local
|
/third_party/skia/src/core/ |
H A D | SkMipmap.cpp | 725 const SkScalar scale = std::min(scaleSize.width(), scaleSize.height()); in ComputeLevel() local 730 const SkScalar scale = SkScalarSqrt(scaleSize.width() * scaleSize.height()); in ComputeLevel() local
|
H A D | SkFont.cpp | 104 void SkFont::setScaleX(SkScalar scale) { in setScaleX() argument 260 SkScalar scale = font.setupForAsPaths(nullptr); in getPaths() local 316 void SkFontPriv::ScaleFontMetrics(SkFontMetrics* metrics, SkScalar scale) { in ScaleFontMetrics() argument [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 331 GrStyledShape::GrStyledShape(const GrStyledShape& parent, GrStyle::Apply apply, SkScalar scale) { in GrStyledShape() argument 241 setInheritedKey(const GrStyledShape &parent, GrStyle::Apply apply, SkScalar scale) setInheritedKey() argument [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathRenderer.cpp | 281 SkScalar scale = desiredDimension / maxDim; variable [all...] |