Home
last modified time | relevance | path

Searched defs:range (Results 776 - 800 of 958) sorted by relevance

1...<<313233343536373839

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp392 T range = valueMax - valueMin; in DataGen() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h171 VkImageSubresourceRange range; member
180 VkImageSubresourceRange range; member
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c127 TT_Goto_CodeRange( TT_ExecContext exec, FT_Int range, FT_Long IP ) TT_Goto_CodeRange() argument
176 TT_Set_CodeRange( TT_ExecContext exec, FT_Int range, void* base, FT_Long length ) TT_Set_CodeRange() argument
1649 TT_CodeRange* range; Ins_Goto_CodeRange() local
[all...]
/third_party/toybox/toys/pending/
H A Dxzcat.c1252 uint32_t range; member
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc107 void LiteralPool::CheckEmitForBranch(size_t range) { in CheckEmitForBranch() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc907 std::pair<Map<int32, int32>::iterator, Map<int32, int32>::iterator> range = in TEST_F() local
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c1836 av_ioctl_range_t range; member
[all...]
/third_party/rust/crates/serde/serde/src/de/
H A Dimpls.rs2366 mod range { modules
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2615 tcu::Vec2 range = tcu::Vec2(1.0f, 1.0f); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp110 } range; member
3065 PushConstantData range[MAX_RANGE_COUNT]; createPushConstantTests() member
3189 PushConstantData range[MAX_RANGE_COUNT]; createPushConstantTests() member
3242 PushConstantData range; createPushConstantTests() member
3263 PushConstantData range[MAX_RANGE_COUNT]; createPushConstantTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp1228 const float* range = context.getDeviceProperties().limits.lineWidthRange; in BaseLineTestInstance() variable
1693 const float* range in PointTestInstance() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp281 const VkImageSubresourceRange range = in createImageViews() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp2966 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in iterate() local
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp541 const deUint32 range = (1u << (bits-1)) - 1; in channelToSnormFloat() local
557 const deInt32 range = (deInt32)((1u << (bits-1)) - 1u); in snormFloatToChannel() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c2882 struct detailed_data_monitor_range *range = &data->data.range; in do_inferred_modes() local
5151 const struct detailed_data_monitor_range *range = &data->data.range; in get_monitor_range() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp1779 float range = -1.0f; in UpdateArrowOffsetWithMenuLimit() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp692 JSRef<JSVal> JSRichEditor::CreateJsOnDidIMEInput(const TextRange& range) in CreateJsOnDidIMEInput() argument
2153 auto range = JSRef<JSArray>::New(); in CreateJSParagraphsInfo() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h176 PreviewRange range; member
/third_party/backends/sanei/
H A Dsanei_scsi.c5231 IOVirtualRange range; in sanei_scsi_cmd2_old_api() local
5688 SCSITaskSGElement range; in ExecuteSCSITask() local
5690 IOVirtualRange range; in ExecuteSCSITask() local
[all...]
/third_party/backends/backend/
H A Dhp-option.c720 SANE_Range * range = sanei_hp_alloc(sizeof(*range)); /* FIXME: leak? */ in _set_range() local
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1514 create_img_surface_bo(struct rendering_state *state, VkImageSubresourceRange *range, struct pipe_resource *bo, enum pipe_format pformat, int width, int height, int base_layer, int layer_count, int level) create_img_surface_bo() argument
3065 VkImageSubresourceRange *range = &cmd->u.clear_color_image.ranges[i]; handle_clear_color_image() local
3098 VkImageSubresourceRange *range = &cmd->u.clear_depth_stencil_image.ranges[i]; handle_clear_ds_image() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc551 SplitRangeByReservationsIfNeeded( base::AddressRegion range, const std::vector<VirtualMemory>& owned_code_space) SplitRangeByReservationsIfNeeded() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c4585 anv_fill_buffer_surface_state(struct anv_device *device, struct anv_state state, enum isl_format format, struct isl_swizzle swizzle, isl_surf_usage_flags_t usage, struct anv_address address, uint32_t range, uint32_t stride) anv_fill_buffer_surface_state() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h349 VkDeviceSize range; member
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1069 VkMappedMemoryRange range[1] = {}; in ensure_swapchain_fonts() local
1253 VkMappedMemoryRange range[2] = {}; in render_swapchain_display() local
[all...]

Completed in 123 milliseconds

1...<<313233343536373839