Home
last modified time | relevance | path

Searched defs:scale (Results 626 - 650 of 1129) sorted by relevance

1...<<21222324252627282930>>...46

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c178 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 Dutils.c341 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 Dnumber_skeletons.h367 bool scale = false; member
H A Dnumber_skeletons.cpp1754 bool GeneratorHelpers::scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in scale() function in GeneratorHelpers
[all...]
/third_party/mesa3d/src/mesa/main/
H A Drastpos.c411 float scale[3], translate[3]; in _mesa_RasterPos() local
/third_party/libinput/tools/
H A Dlibinput-debug-events.c711 double scale = libinput_event_gesture_get_scale(t); in print_gesture_event_with_coords() local
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h399 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 Dbuiltins.cc42 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 Dmacro-assembler-ia32.h681 inline Operand FieldOperand(Register object, Register index, ScaleFactor scale, in FieldOperand() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h33 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 Diris_query.c410 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 Dlima_gpu.h65 uint32_t scale; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c208 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 Dvl_idct.c147 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 Dvl_mpeg12_bitstream.c704 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 Ddraw_pipe_clip.c163 const float *scale = in interp() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c440 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 Dhud_private.h79 float scale[2]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp198 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 DOverlayWidgets.cpp250 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 DDepthStencilFormatsTest.cpp374 auto scale = [](float f) { in depthStencilReadbackCase() local
/third_party/skia/src/core/
H A DSkMipmap.cpp725 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 DSkFont.cpp104 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 DGrStyledShape.cpp331 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 DSmallPathRenderer.cpp281 SkScalar scale = desiredDimension / maxDim; variable
[all...]

Completed in 30 milliseconds

1...<<21222324252627282930>>...46