Home
last modified time | relevance | path

Searched refs:values (Results 2226 - 2250 of 2267) sorted by relevance

1...<<8182838485868788899091

/third_party/mesa3d/src/compiler/nir/
H A Dnir.h358 * The field used to back the values supplied by the constant is determined
362 nir_const_value values[NIR_MAX_VEC_COMPONENTS];
570 * Layout of the matrix. Uses glsl_matrix_layout values.
652 * - Vertex shader input: one of the values from \c gl_vert_attrib.
653 * - Vertex shader output: one of the values from \c gl_varying_slot.
654 * - Geometry shader input: one of the values from \c gl_varying_slot.
655 * - Geometry shader output: one of the values from \c gl_varying_slot.
656 * - Fragment shader input: one of the values from \c gl_varying_slot.
657 * - Fragment shader output: one of the values from \c gl_frag_result.
658 * - Task shader output: one of the values fro
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_opcodes.py201 constant value of the opcode given the constant values of its inputs.
1692 for op in opcodes.values():
/third_party/mesa3d/src/mesa/main/
H A Dget.c700 * Some values don't conform to the "well-known type at context
1565 * which holds the index in the 'values' array of struct value_desc.
1614 * pointing to the first entry of values[] which doesn't hold in find_value()
1622 d = &values[idx]; in find_value()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c949 if (v->values[k] < f) in element_get_volume()
950 v->values[k] = f; in element_get_volume()
957 v->values[k] = PA_VOLUME_NORM; in element_get_volume()
1191 if (v->values[k] > f) in element_set_volume()
1192 f = v->values[k]; in element_set_volume()
1302 if (rv.values[k] < f) in element_set_volume()
1303 rv.values[k] = f; in element_set_volume()
1310 rv.values[k] = PA_VOLUME_NORM; in element_set_volume()
1743 "doesn't match the dB values at minimum and maximum volume levels: %0.2f dB at level %li, " in element_probe_volume()
3655 /* "Constant" is subset of "Constant" only when their constant values ar in element_is_subset()
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py1854 self.assertTrue(all(f.done() for f in proto.disconnects.values()))
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/backends/backend/
H A Dlexmark_low.c392 SANE_Byte values[5] = { 0x0f, 0x00, 0x07, 0x00, 0x00 };
398 if (rts88xx_write_reg (dev->devnum, regs[i], values + i) !=
475 /* set up per model constant values */ in sanei_lexmark_low_init()
1147 * open USB device ,read initial registers values and probe sensor
1188 DBG (2, "sanei_lexmark_low_open_device: initial registers values\n"); in sanei_lexmark_low_open_device()
1312 Go through the buffer finding low and high values, which are computed by in low_is_home_line()
1317 (0x00) values. in low_is_home_line()
1327 The final check compares the transition indices to the nominal values in low_is_home_line()
2480 Go through the buffer finding low and high values, which are computed by in sanei_lexmark_low_find_start_line()
2485 (0x00) values in sanei_lexmark_low_find_start_line()
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc188 // This can very slightly bloat bytecode, so perhaps token values should all
774 // Return a null handle if any initial values can't be created. Caller in AllocateDeclarations()
803 // Return a null handle if any initial values can't be created. Caller in AllocateDeclarations()
1990 // We need this scope because we visit for register values. We have to in VisitSwitchStatement()
2654 // Create computed names and method values nodes to store into the literal. in BuildClassLiteral()
3091 // Store computed values into the literal. in VisitObjectLiteral()
3305 // Fill an array with values from an iterator, starting at a given index. It is
3512 BuildCreateArrayLiteral(expr->values(), expr); in VisitArrayLiteral()
4169 for (Expression* target : *pattern->values()) { in BuildDestructuringArrayAssignment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp4110 // Set expected draw values in Implementation()
4228 std::string toString (const T (&values)[N])
4232 str << (i != 0 ? ", " : "") << values[i];
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A DlibGLESv2_autogen.cpp1184 glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) in glGetSynciv() argument
1186 return GL_GetSynciv(sync, pname, bufSize, length, values); in glGetSynciv()
/third_party/python/Lib/test/
H A Dtest_buffer.py776 # Verify buffer contents against expected values.
1000 # The consumer may have requested default values or a NULL format.
2230 ### The logical array is the same, but the values in memory are now
2529 values = [INT(9), IDX(9),
2550 for v in values:
2758 # Casts to _Bool are undefined if the source contains values
3447 # C-contiguous, different values
3459 # C-contiguous, different values, struct module
3509 # Fortran-contiguous, different values
3523 # Fortran-contiguous, different values, struc
[all...]
H A Dtest_dataclasses.py690 # For the known types, don't allow mutable default values.
831 params = iter(signature.parameters.values())
2600 # Test non-bool truth values, too. This is just to
2602 # handles non-bool values.
H A Dtest_xml_etree.py1220 # 3) decorated values are not converted by default, but the
1221 # QName wrapper can be used for values
1369 # Test default attribute values; See BPO 42151.
1935 # marshaller gives obscure errors for non-string values
2303 # string attributes have expected values
4135 output_file for output_files in tests.values()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp3973 // Set expected draw values in Implementation()
4091 std::string toString (const T (&values)[N])
4095 str << (i != 0 ? ", " : "") << values[i];
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4519 const google_protobuf_EnumValueDescriptorProto *const *values; in create_enumdef() local
4536 values = google_protobuf_EnumDescriptorProto_value(enum_proto, &n); in create_enumdef()
4546 const google_protobuf_EnumValueDescriptorProto *value = values[i]; in create_enumdef()
6943 ** handle the fact that values can span buffer seams and we have to be able to
7191 /* If we're inside an unknown group, continue to parse unknown values. */ in upb_pbdecoder_resume()
7377 * Right now the size_t -> int32_t can overflow and produce negative values. in decode_v32()
7436 * existing delim end prevents us from continuing to parse values from a in pushtagdelim()
8913 /* A basic branch-based decoder, uses 32-bit values to get good performance
8940 /* Like the previous, but uses 64-bit values. */
9126 /* Mark the range of uninterpreted values i
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp4211 ArrayProxy<const T> const & values ) const VULKAN_HPP_NOEXCEPT;
10305 ArrayProxy<const T> const & values ) const VULKAN_HPP_NOEXCEPT
10311 values.size() * sizeof( T ),
10312 reinterpret_cast<const void *>( values.data() ) );
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c2222 *val = obj->properties->values[i]; in vop_atomic_plane_get_property()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp1100 // sizes] are consistent with the values of the source buffer's [channel sizes]. Table 3.17 in IsValidES3CopyTexImageCombination()
3615 const GLint *values) in ValidateGetSynciv()
3609 ValidateGetSynciv(const Context *context, angle::EntryPoint entryPoint, GLsync sync, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *values) ValidateGetSynciv() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp204 // This format makes it easy to write calls with hexadecimal select values,
231 // This format makes it easy to write calls with hexadecimal select values,
3831 // values for constructing floating-point constants. During the
4471 // toInt returns all the integer values in vals extended to a printf-required storage value
4491 // toFloat returns all the float values in vals extended to extended to a printf-required storage value
4625 for(auto val : arg.values)
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp1059 // value ensures a better spread over possible values.
1367 // x86 returns 0x80000000 for values which cannot be represented in a 32-bit
2340 Return(IfThenElse(same, Int(1), Int(0))); // TODO: Ability to use Bools as return values.
3081 Function<Void(Pointer<Int4> values, Pointer<Int4> result)> function;
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/
H A Dhvigor-wrapper.js3601 Object.values(e.categories).forEach((e => {
3907 const t = Array.from(Xa.values());
/applications/standard/calendardata/hvigor/
H A Dhvigor-wrapper.js2800 Object.values(e.categories).forEach((e => {
3146 const t = Array.from(Li.values());
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp36313 static_assert(IsUnsigned<T>::value, "Rotates require unsigned values");
36330 static_assert(IsUnsigned<T>::value, "Rotates require unsigned values");
36343 "IsPowerOfTwo requires unsigned values");
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp5565 VULKAN_HPP_NAMESPACE::ArrayProxy<const ValuesType> const & values ) const VULKAN_HPP_NOEXCEPT;
13475 VULKAN_HPP_NAMESPACE::ArrayProxy<const ValuesType> const & values ) const VULKAN_HPP_NOEXCEPT
13483 values.size() * sizeof( ValuesType ),
13484 reinterpret_cast<const void *>( values.data() ) );
[all...]
/third_party/icu/icu4c/source/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
1486 --with-data-packaging specify how to package ICU data. Possible values:
2444 # The following way of writing the cache mishandles newlines in values,
6570 # there are at least two -arch flags with different values.
6685 # Try to guess by grepping values from an object file.
8075 # following values.
8079 # The following way of writing the cache mishandles newlines in values,
8603 # report actual input values of CONFIG_FILES etc. instead of their
8604 # values after options handling.

Completed in 223 milliseconds

1...<<8182838485868788899091