Home
last modified time | relevance | path

Searched refs:extent (Results 601 - 625 of 629) sorted by relevance

1...<<212223242526

/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Devergreen.c4243 for (j = 0; cs_data[i].section[j].extent != NULL; j++) { in sumo_rlc_init()
4300 for (j = 0; cs_data[i].section[j].extent != NULL; j++) { in sumo_rlc_init()
4315 data = cs_data[i].section[j].extent[k]; in sumo_rlc_init()
H A Dcik.c6682 for (ext = sect->section; ext->extent != NULL; ++ext) { in cik_get_csb_size()
6718 for (ext = sect->section; ext->extent != NULL; ++ext) { in cik_get_csb_buffer()
6724 buffer[count++] = cpu_to_le32(ext->extent[i]); in cik_get_csb_buffer()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1257 .extent = {width, height, 1}, in MakeBackendTexture()
/kernel/linux/linux-5.10/fs/ceph/
H A Dfile.c1177 req->r_data_offset = req->r_ops[0].extent.offset; in ceph_aio_retry_work()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c1060 .extent = { mode->hdisplay, mode->vdisplay }, in wsi_display_surface_get_present_rectangles()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v10_0.c3958 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v10_0_get_csb_size()
3997 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v10_0_get_csb_buffer()
4004 buffer[count++] = cpu_to_le32(ext->extent[i]); in gfx_v10_0_get_csb_buffer()
5788 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v10_0_cp_gfx_start()
5796 amdgpu_ring_write(ring, ext->extent[i]); in gfx_v10_0_cp_gfx_start()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v10_0.c4052 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v10_0_get_csb_size()
4091 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v10_0_get_csb_buffer()
4098 buffer[count++] = cpu_to_le32(ext->extent[i]); in gfx_v10_0_get_csb_buffer()
5976 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v10_0_cp_gfx_start()
5984 amdgpu_ring_write(ring, ext->extent[i]); in gfx_v10_0_cp_gfx_start()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp5119 parse_VkExtent2D("extent", obj["extent"], (o.extent)); in parse_VkRect2D()
6043 parse_VkExtent3D("extent", obj["extent"], (o.extent)); in parse_VkImageCreateInfo()
7275 parse_VkExtent3D("extent", obj["extent"], (o.extent)); in parse_VkImageCopy()
7289 parse_VkExtent3D("extent", ob in parse_VkImageResolve()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dcik.c6693 for (ext = sect->section; ext->extent != NULL; ++ext) { in cik_get_csb_size()
6729 for (ext = sect->section; ext->extent != NULL; ++ext) { in cik_get_csb_buffer()
6735 buffer[count++] = cpu_to_le32(ext->extent[i]); in cik_get_csb_buffer()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp1325 (float)rc * (float)rc / (float)nodes[i].livei.extent(); in calculateSpillWeights()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp2089 gl_vk::GetExtent(levelExtents, &copyRegion.extent); in copyAndStageImageData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp3517 { (deUint32)m_renderSize.x(), (deUint32)m_renderSize.y(), 1u }, // VkExtent3D extent;
3560 { (deUint32)m_renderSize.x(), (deUint32)m_renderSize.y(), 1u }, // VkExtent3D extent;
3607 { (deUint32)m_renderSize.x(), (deUint32)m_renderSize.y(), 1u }, // VkExtent3D extent;
3662 { (deUint32)m_renderSize.x(), (deUint32)m_renderSize.y(), 1u }, // VkExtent3D extent;
4659 const auto fbExtent = makeExtent3D(scissor.extent.width, scissor.extent.height, 1u);
5147 vk::makeExtent3D(kWidth32, kHeight32, 1u), // VkExtent3D extent;
5673 fbExtent, // VkExtent3D extent;
5695 fbExtent, // VkExtent3D extent;
H A DvktPipelineExtendedDynamicStateTests.cpp2938 vk::VkImageCreateInfo makeImageCreateInfo (vk::VkFormat format, vk::VkExtent3D extent, vk::VkSampleCountFlagBits sampleCount, vk::VkImageUsageFlags usage, vk::VkImageCreateFlags createFlags) in makeImageCreateInfo() argument
2947 extent, // VkExtent3D extent; in makeImageCreateInfo()
7326 // stride being less than the extent of the binding for the second attribute. in createExtendedDynamicStateTests()
8905 // dynamic stride being less than the extent of the binding for the second attribute. in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp312 const VkExtent3D extent = { size.width, size.height, 1u }; in makeImageCreateInfo() local
320 extent, // VkExtent3D extent; in makeImageCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2410 vk::VkImageCreateInfo makeImageCreateInfo (vk::VkFormat format, vk::VkExtent3D extent, vk::VkSampleCountFlagBits sampleCount, vk::VkImageUsageFlags usage, vk::VkImageCreateFlags createFlags) in makeImageCreateInfo() argument
2419 extent, // VkExtent3D extent; in makeImageCreateInfo()
5922 // stride being less than the extent of the binding for the second attribute. in createExtendedDynamicStateTests()
7260 // dynamic stride being less than the extent of the binding for the second attribute. in createExtendedDynamicStateTests()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp108 .extent = {width, height, 1}, in MakeBackendTexture()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp817 int32_t extent, CaretMetricsF& caretCaretMetric, TextAffinity textAffinity) in CalcCaretMetricsByPosition()
819 paragraph_->CalcCaretMetricsByPosition(extent, caretCaretMetric, textAffinity); in CalcCaretMetricsByPosition()
816 CalcCaretMetricsByPosition( int32_t extent, CaretMetricsF& caretCaretMetric, TextAffinity textAffinity) CalcCaretMetricsByPosition() argument
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Ditest.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
H A Dfpsp.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
H A Dfplsp.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Ditest.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp1322 const vk::VkExtent2D extent = vk::makeExtent2D(WIDTH, HEIGHT); in commandClearAttachment() local
1334 { offset, extent }, // VkRect2D rect; in commandClearAttachment()
4172 { 16u, 16u, 1u }, // VkExtent3D extent; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp1320 const vk::VkExtent2D extent = vk::makeExtent2D(WIDTH, HEIGHT); in commandClearAttachment() local
1332 { offset, extent }, // VkRect2D rect; in commandClearAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp549 { size.x(), size.y(), 1u }, // extent in createColorAttachment()
970 { m_targetSize.x(), m_targetSize.y() }, // extent in renderToTarget()
3823 const vk::VkExtent3D extent =
3841 extent, // extent
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp549 { size.x(), size.y(), 1u }, // extent in createColorAttachment()
970 { m_targetSize.x(), m_targetSize.y() }, // extent in renderToTarget()
3827 const vk::VkExtent3D extent =
3845 extent, // extent

Completed in 227 milliseconds

1...<<212223242526