Home
last modified time | relevance | path

Searched refs:range (Results 3176 - 3200 of 4227) sorted by relevance

1...<<121122123124125126127128129130>>...170

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c137 /* All stages share the same range. We could potentially add in lower_load_push_constant()
581 /* Figure out the range of push constants that we're actually going to push to
582 * the shader, and tell the backend to reserve this range when pushing UBO
604 uint32_t range = nir_intrinsic_range(intrin); in gather_push_constants() local
606 max = MAX2(max, base + range); in gather_push_constants()
624 * the range and change units accordingly. in gather_push_constants()
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.c384 // the .range calculation assumes an 8-bit radix in radix_sort_vk_create()
386 rs->internal.histograms.range = keyval_bytes * (RS_RADIX_SIZE * sizeof(uint32_t)); in radix_sort_vk_create()
393 rs->internal.partitions.offset = rs->internal.histograms.offset + rs->internal.histograms.range; in radix_sort_vk_create()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c432 VkMappedMemoryRange range = zink_resource_init_mem_range(screen, obj, 0, obj->size); in submit_queue() local
434 result = VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range); in submit_queue()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c43 /* Map a range of a staging buffer. The updated contents should be transferred
186 /* When the transfer range consists of only uninitialized data, we can in virgl_resource_transfer_prepare()
187 * assume the GPU is not accessing the range and readback is unnecessary. in virgl_resource_transfer_prepare()
359 * larger range from the upload buffer, and later update the uploader in virgl_staging_map()
361 * within that range. in virgl_staging_map()
467 /* We can safely clear the range here, since it will be repopulated in the in virgl_resource_realloc()
569 * valid range, since that would result in missed readbacks in future in virgl_resource_transfer_map()
571 * VIRGL_TRANSFER_MAP_REALLOC we already take care of the buffer range in virgl_resource_transfer_map()
810 * buffer range. in virgl_buffer_subdata()
881 util_range_init(&trans->range); in virgl_resource_create_transfer()
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_blit.c664 .range = 1, in v3d_get_sand8_fs()
725 .range = ~0); in v3d_get_sand8_fs()
/third_party/node/deps/v8/tools/
H A Dwindbg.js69 print(" prints address/map pointers of objects found inside the range");
474 print(`objects in range ${hex(start)} - ${hex(end)}`);
487 print(`found ${count} objects in range ${hex(start)} - ${hex(end)}`)
/third_party/node/deps/v8/src/torque/
H A Dinstructions.cc74 stack->DeleteRange(range); in TypeInstruction()
79 locations->DeleteRange(range); in RecomputeDefinitionLocations()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_private.h508 uint64_t offset, uint64_t range)
513 return vk_buffer_range(&buffer->vk, offset, range);
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_descriptor_set.h215 size += vn_sizeof_VkDeviceSize(&val->range); in vn_sizeof_VkDescriptorBufferInfo()
224 vn_encode_VkDeviceSize(enc, &val->range); in vn_encode_VkDescriptorBufferInfo()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c502 opt_printf_stderr("%s: Value \"%s\" outside integer range\n", in opt_int()
509 /* Parse and return an integer, assuming range has been checked before. */
671 * We pass opt as an int but cast it to "enum range" so that all the
675 enum range { OPT_V_ENUM }; enum
689 switch ((enum range)opt) { in opt_verify()
749 opt_printf_stderr("%s: epoch time out of range %s\n", in opt_verify()
/third_party/python/Lib/
H A Daifc.py430 raise Error('position not in range')
532 for i in range(nmarkers):
724 for i in range(len(self._markers)):
H A Dplistlib.py125 for i in range(0, len(s), maxbinsize):
510 for i in range(0, size * n, size))
/third_party/python/Lib/http/
H A Dserver.py176 for compatibility with the widest range of clients recommends
572 {c: fr'\x{c:02x}' for c in itertools.chain(range(0x20), range(0x7f,0xa0))})
/third_party/openssl/apps/lib/
H A Dopt.c502 opt_printf_stderr("%s: Value \"%s\" outside integer range\n", in opt_int()
509 /* Parse and return an integer, assuming range has been checked before. */
671 * We pass opt as an int but cast it to "enum range" so that all the
675 enum range { OPT_V_ENUM }; enum
689 switch ((enum range)opt) { in opt_verify()
744 opt_printf_stderr("%s: epoch time out of range %s\n", in opt_verify()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp151 auto range = makeStdBeginEnd<ElementType>(pBuffer->getAllocation().getHostPtr(), *vertexCount); in buildVertices() local
152 std::copy(vertices.begin(), vertices.end(), range.first); in buildVertices()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp191 const VkImageSubresourceRange range = in createImageView() local
200 return createImageView(vkd, device, 0u, image, VK_IMAGE_VIEW_TYPE_2D, format, makeComponentMappingRGBA(), range); in createImageView()
H A DvktRenderPassSparseRenderTargetTests.cpp159 const VkImageSubresourceRange range = in createImageView() local
168 return createImageView(vkd, device, 0u, image, VK_IMAGE_VIEW_TYPE_2D, format, makeComponentMappingRGBA(), range); in createImageView()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_params.cpp457 GLint *range, in CaptureGetShaderPrecisionFormat_range()
461 // range specifies a pointer to two-element array containing log2 of min and max in CaptureGetShaderPrecisionFormat_range()
469 GLint *range, in CaptureGetShaderPrecisionFormat_precision()
453 CaptureGetShaderPrecisionFormat_range(const State &glState, bool isCallValid, GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision, ParamCapture *paramCapture) CaptureGetShaderPrecisionFormat_range() argument
465 CaptureGetShaderPrecisionFormat_precision(const State &glState, bool isCallValid, GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision, ParamCapture *paramCapture) CaptureGetShaderPrecisionFormat_precision() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_1_autogen.h56 void deleteLists(GLuint list, GLsizei range); \
82 GLuint genLists(GLsizei range); \
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp515 bufferDescriptor[i].sizeInBytes = static_cast<int>((update->range == VK_WHOLE_SIZE) ? buffer->getSize() - update->offset : update->range);
518 // range bound to the vertex buffer binding", while the code below uses the full size of the buffer.
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_sidebar.py107 expected = '\n'.join(chain(map(str, range(1, n_lines + 1)), ['']))
285 for i in range(steps):
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc760 io::Printer* printer, const Descriptor::ExtensionRange* range) { in GenerateSerializeOneExtensionRange()
762 StrCat(range->end)); in GenerateSerializeOneExtensionRange()
759 GenerateSerializeOneExtensionRange( io::Printer* printer, const Descriptor::ExtensionRange* range) GenerateSerializeOneExtensionRange() argument
/third_party/python/Lib/tomllib/
H A D_parser.py22 ASCII_CTRL = frozenset(chr(i) for i in range(32)) | frozenset(chr(127))
330 relative_path_cont_keys = (header + key[:i] for i in range(1, len(key)))
/third_party/python/Objects/
H A Dbytearrayobject.c35 PyErr_SetString(PyExc_ValueError, "byte must be in range(0, 256)"); in _getbytevalue()
365 PyErr_SetString(PyExc_IndexError, "bytearray index out of range"); in bytearray_getitem()
384 PyErr_SetString(PyExc_IndexError, "bytearray index out of range"); in bytearray_subscript()
579 PyErr_SetString(PyExc_IndexError, "bytearray index out of range"); in bytearray_setitem()
619 PyErr_SetString(PyExc_IndexError, "bytearray index out of range"); in bytearray_ass_subscript()
659 "of ints in range(0, 256)"); in bytearray_ass_subscript()
1815 PyErr_SetString(PyExc_IndexError, "pop index out of range"); in bytearray_pop_impl()
2282 - an iterable yielding integers in range(256)\n\
/third_party/python/Lib/lib2to3/
H A Drefactor.py701 for i in range(num_processes)]
709 for i in range(num_processes):

Completed in 35 milliseconds

1...<<121122123124125126127128129130>>...170