Home
last modified time | relevance | path

Searched defs:att (Results 1 – 25 of 68) sorted by relevance

123

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pass.c186 const VkAttachmentDescription2* att = info->pAttachments; in tu_render_pass_add_implicit_deps() local
517 struct tu_render_pass_attachment *att = &pass->attachments[i]; in tu_render_pass_cond_config() local
555 struct tu_render_pass_attachment *att = &pass->attachments[i]; in tu_render_pass_gmem_config() local
599 struct tu_render_pass_attachment *att = &pass->attachments[i]; in tu_render_pass_gmem_config() local
643 const struct tu_render_pass_attachment *att = &pass->attachments[i]; in tu_render_pass_bandwidth_config() local
667 struct tu_render_pass_attachment *att, in attachment_set_ops()
775 struct tu_render_pass_attachment *att = &pass->attachments[i]; in tu_CreateRenderPass2() local
916 struct tu_render_pass_attachment *att = &pass->attachments[i]; in tu_CreateRenderPass2() local
960 tu_setup_dynamic_attachment(struct tu_render_pass_attachment *att, in tu_setup_dynamic_attachment()
1000 struct tu_render_pass_attachment *att = &pass->attachments[a]; in tu_setup_dynamic_render_pass() local
[all …]
Dtu_lrz.c187 const struct tu_render_pass_attachment *att, in tu_lrz_init_state()
233 const struct tu_render_pass_attachment *att) in tu_lrz_init_secondary()
282 const struct tu_render_pass_attachment *att = &cmd->state.pass->attachments[a]; in tu_lrz_begin_resumed_renderpass() local
345 const struct tu_render_pass_attachment *att = &cmd->state.pass->attachments[a]; in tu_lrz_begin_secondary_cmdbuf() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_device.c275 const struct v3dv_image_view *att = attachments[att_idx].image_view; in v3dX() local
286 const struct v3dv_image_view *att = in v3dX() local
299 const struct v3dv_image_view *att = attachments[i].image_view; in v3dX() local
Dv3dv_pass.c37 struct v3dv_render_pass_attachment *att) in set_try_tlb_resolve()
66 struct v3dv_render_pass_attachment *att = in pass_find_subpass_range_for_attachments() local
244 struct v3dv_render_pass_attachment *att = in v3dv_CreateRenderPass2() local
/third_party/mesa3d/src/vulkan/runtime/
Dvk_render_pass.c57 const VkAttachmentDescription *att = in translate_references() local
189 VkAttachmentReference2 *att = (VkAttachmentReference2 *) in vk_common_CreateRenderPass() local
330 vk_render_pass_attachment_init(struct vk_render_pass_attachment *att, in vk_render_pass_attachment_init()
350 vk_subpass_attachment_init(struct vk_subpass_attachment *att, in vk_subpass_attachment_init()
406 vk_subpass_attachment_link_resolve(struct vk_subpass_attachment *att, in vk_subpass_attachment_link_resolve()
659 const VkAttachmentDescription2 *att = in vk_common_CreateRenderPass2() local
678 const VkAttachmentDescription2 *att = in vk_common_CreateRenderPass2() local
756 struct vk_subpass_attachment *att = &subpass->attachments[a]; in vk_common_CreateRenderPass2() local
772 const struct vk_subpass_attachment *att = &subpass->attachments[a]; in vk_common_CreateRenderPass2() local
1516 const VkRenderingAttachmentInfo att = { in load_attachment() local
/third_party/mesa3d/src/mesa/main/
Dfbobject.c432 struct gl_renderbuffer_attachment *att) in render_texture()
482 struct gl_renderbuffer_attachment *att) in remove_attachment()
509 driver_RenderTexture_is_safe(const struct gl_renderbuffer_attachment *att) in driver_RenderTexture_is_safe()
555 struct gl_renderbuffer_attachment *att) in _mesa_update_texture_renderbuffer()
601 struct gl_renderbuffer_attachment *att, in set_texture_attachment()
642 struct gl_renderbuffer_attachment *att, in set_renderbuffer_attachment()
665 struct gl_renderbuffer_attachment *att; in _mesa_FramebufferRenderbuffer_sw() local
884 struct gl_renderbuffer_attachment *att) in gles_check_float_renderable()
932 struct gl_renderbuffer_attachment *att) in test_attachment_completeness()
1124 const struct gl_renderbuffer_attachment *att, in do_validate_attachment()
[all …]
Dframebuffer.c209 struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; in _mesa_free_framebuffer_data() local
282 struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; in _mesa_resize_framebuffer() local
694 const struct gl_renderbuffer_attachment *att = fb->Attachment; in renderbuffer_exists() local
975 const struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; in _mesa_print_framebuffer() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboCompletenessTests.cpp206 void ES3Checker::check (GLenum attPoint, const Attachment& att, const Image* image) in check()
317 TextureLayerAttachment* att = &builder.makeConfig<TextureLayerAttachment>(); in build() local
439 RenderbufferAttachment& att = builder.makeConfig<RenderbufferAttachment>(); in build() local
/third_party/ffmpeg/libavfilter/
Dasrc_sinc.c35 float att, beta, phase, Fc0, Fc1, tbw0, tbw1; member
140 static float kaiser_beta(float att, float tr_bw) in kaiser_beta()
170 static void kaiser_params(float att, float Fc, float tr_bw, float *beta, int *num_taps) in kaiser_params()
178 static float *lpf(float Fn, float Fc, float tbw, int *num_taps, float att, float *beta, int round) in lpf()
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp428 static void attachAttachment (const Attachment& att, GLenum attPoint, in attachAttachment()
447 GLenum attachmentType (const Attachment& att) in attachmentType()
635 const Attachment& att = *it->second; in validStatusCodes() local
646 void Framebuffer::attach (glw::GLenum attPoint, const Attachment* att) in attach()
708 static void logAttachment (const Attachment& att, TestLog& log) in logAttachment()
962 void FboBuilder::glAttach (GLenum attPoint, const Attachment* att) in glAttach()
DglsFboCompletenessTests.cpp738 Attachment* att = DE_NULL; in makeAttachment() local
769 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder); in attachTargetToNew() local
893 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder); in makeDepthAndStencil() local
/third_party/cups-filters/backend/
Dbeh.c50 int dd, att, delay, retval; in main() local
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_pass.c72 struct panvk_render_pass_attachment *att = &pass->attachments[i]; in panvk_CreateRenderPass2() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_framebuffer.c110 populate_attachment_info(VkFramebufferAttachmentImageInfo *att, struct zink_surface_info *info) in populate_attachment_info()
Dzink_render_pass.c537 prep_fb_attachments(struct zink_context *ctx, VkImageView *att) in prep_fb_attachments()
627 VkImageView att[2 * (PIPE_MAX_COLOR_BUFS + 1)]; in begin_render_pass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassLoadStoreOpNoneTests.cpp607 for (const auto& att : m_testParams.attachments) in createCommandBuffer() local
679 for (const auto& att : m_testParams.attachments) in iterate() local
1091 for (const auto& att : m_testParams.attachments) in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboCompletenessTests.cpp248 void ES2Checker::check (GLenum attPoint, const Attachment& att, const Image* image) in check()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pass.c358 struct radv_render_pass_attachment *att = &pass->attachments[i]; in radv_CreateRenderPass2() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_render_pass.c96 struct vn_present_src_attachment *att = in vn_render_pass_setup_present_src_barriers() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c908 struct gl_renderbuffer_attachment *att = &glfb->Attachment[i]; in destroy_framebuffer_attachment_sampler_cb() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java532 String[] att = { "strength", }; in TestNewJapanese() local
2058 String att[] = {"NumericCollation"}; in TestNumericCollation() local
2212 String[] att = { "strength", "UpperFirst" }; in TestUpperFirstQuaternary() local
2221 String att[] = { "strength", "CaseLevel" }; in TestJ4960() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationMiscTest.java535 String[] att = { "strength", }; in TestNewJapanese() local
2061 String att[] = {"NumericCollation"}; in TestNumericCollation() local
2215 String[] att = { "strength", "UpperFirst" }; in TestUpperFirstQuaternary() local
2224 String att[] = { "strength", "CaseLevel" }; in TestJ4960() local
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.c394 enum st_attachment_type att) in dri_postprocessing()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_st.c590 enum st_attachment_type att) in stw_get_framebuffer_resource()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_st.c343 enum st_attachment_type att) in xmesa_get_framebuffer_resource()

123