Home
last modified time | relevance | path

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

123

/external/mesa3d/src/mesa/swrast/
Ds_texrender.c30 update_wrapper(struct gl_context *ctx, struct gl_renderbuffer_attachment *att) in update_wrapper()
80 struct gl_renderbuffer_attachment *att) in _swrast_render_texture()
/external/mesa3d/src/mesa/main/
Dfbobject.c389 struct gl_renderbuffer_attachment *att) in remove_attachment()
416 driver_RenderTexture_is_safe(const struct gl_renderbuffer_attachment *att) in driver_RenderTexture_is_safe()
449 struct gl_renderbuffer_attachment *att) in _mesa_update_texture_renderbuffer()
496 struct gl_renderbuffer_attachment *att, in set_texture_attachment()
536 struct gl_renderbuffer_attachment *att, in set_renderbuffer_attachment()
559 struct gl_renderbuffer_attachment *att; in _mesa_FramebufferRenderbuffer_sw() local
786 struct gl_renderbuffer_attachment *att) in test_attachment_completeness()
1001 struct gl_renderbuffer_attachment *att; in _mesa_test_framebuffer_completeness() local
1241 const struct gl_renderbuffer_attachment *att in _mesa_test_framebuffer_completeness() local
1254 const struct gl_renderbuffer_attachment *att in _mesa_test_framebuffer_completeness() local
[all …]
Dframebuffer.c221 struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; in _mesa_free_framebuffer_data() local
293 struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; in _mesa_resize_framebuffer() local
681 const struct gl_renderbuffer_attachment *att = fb->Attachment; in renderbuffer_exists() local
945 const struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; in _mesa_print_framebuffer() local
Dclear.c258 const struct gl_renderbuffer_attachment *att = ctx->DrawBuffer->Attachment; in make_color_buffer_mask() local
/external/mesa3d/src/intel/vulkan/
Danv_pass.c38 init_first_subpass_layout(struct anv_render_pass_attachment * const att, in init_first_subpass_layout()
90 struct anv_render_pass_attachment *att = &pass->attachments[i]; in anv_CreateRenderPass() local
Dgen7_cmd_buffer.c133 struct anv_render_pass_attachment *att = in get_depth_format() local
DgenX_cmd_buffer.c226 uint32_t att, VkRect2D render_area, in color_attachment_compute_aux_usage()
350 need_input_attachment_state(const struct anv_render_pass_attachment *att) in need_input_attachment_state()
850 struct anv_render_pass_attachment *att = &pass->attachments[i]; in genX() local
1629 const unsigned att = in emit_binding_table() local
1692 const unsigned att = subpass->input_attachments[subpass_att].attachment; in emit_binding_table() local
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp193 void ES3Checker::check (GLenum attPoint, const Attachment& att, const Image* image) in check()
304 TextureLayerAttachment* att = &builder.makeConfig<TextureLayerAttachment>(); in build() local
426 RenderbufferAttachment& att = builder.makeConfig<RenderbufferAttachment>(); in build() local
/external/deqp/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.cpp739 Attachment* att = DE_NULL; in makeAttachment() local
770 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder); in attachTargetToNew() local
894 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder); in makeDepthAndStencil() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c506 struct gl_renderbuffer_attachment *att) in st_render_texture()
581 const struct gl_renderbuffer_attachment *att, in st_validate_attachment()
679 struct gl_renderbuffer_attachment *att = in st_validate_framebuffer() local
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c71 struct radv_render_pass_attachment *att = &pass->attachments[i]; in radv_CreateRenderPass() local
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlelement.h105 explicit XmlAttr(const XmlAttr& att) : in XmlAttr()
Dxmlparser.cc81 const char **att; in ExpatStartElement() local
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_st.c304 enum st_attachment_type att) in stw_get_framebuffer_resource()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_fbo.c252 struct gl_renderbuffer_attachment *att) in nouveau_render_texture()
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp248 void ES2Checker::check (GLenum attPoint, const Attachment& att, const Image* image) in check()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c755 struct gl_renderbuffer_attachment *att) in radeon_render_texture()
838 struct gl_renderbuffer_attachment *att; in radeon_validate_framebuffer() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c755 struct gl_renderbuffer_attachment *att) in radeon_render_texture()
838 struct gl_renderbuffer_attachment *att; in radeon_validate_framebuffer() local
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_drawable.c453 enum st_attachment_type att) in dri_postprocessing()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c335 enum st_attachment_type att) in xmesa_get_framebuffer_resource()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java532 String[] att = { "strength", }; in TestNewJapanese() local
2060 String att[] = {"NumericCollation"}; in TestNumericCollation() local
2214 String[] att = { "strength", "UpperFirst" }; in TestUpperFirstQuaternary() local
2223 String att[] = { "strength", "CaseLevel" }; in TestJ4960() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java535 String[] att = { "strength", }; in TestNewJapanese() local
2063 String att[] = {"NumericCollation"}; in TestNumericCollation() local
2217 String[] att = { "strength", "UpperFirst" }; in TestUpperFirstQuaternary() local
2226 String att[] = { "strength", "CaseLevel" }; in TestJ4960() local
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h444 VkPipelineColorBlendAttachmentState att = {}; variable
/external/swiftshader/src/Shader/
DVertexPipeline.cpp257 Float4 att; // Attenuation in pipeline() local

123