Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/external/mesa3d/src/gallium/state_trackers/nine/
Dtexture9.c43 UINT Width, UINT Height, UINT Levels, in NineTexture9_ctor() argument
59 "pSharedHandle=%p\n", This, Width, Height, Levels, in NineTexture9_ctor()
63 user_assert(Width && Height, D3DERR_INVALIDCALL); in NineTexture9_ctor()
119 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL); in NineTexture9_ctor()
126 info->height0 = Height; in NineTexture9_ctor()
131 info->last_level = util_logbase2(MAX2(Width, Height)); in NineTexture9_ctor()
155 Width, Height, in NineTexture9_ctor()
166 Width, Height, in NineTexture9_ctor()
180 This->base.pstype = (Height == 1) ? 1 : 0; in NineTexture9_ctor()
195 sfdesc.Height = u_minify(Height, l); in NineTexture9_ctor()
[all …]
Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_ctor() argument
48 This, pParams, Width, Height, Depth, Levels, in NineVolumeTexture9_ctor()
51 user_assert(Width && Height && Depth, D3DERR_INVALIDCALL); in NineVolumeTexture9_ctor()
76 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL); in NineVolumeTexture9_ctor()
83 info->height0 = Height; in NineVolumeTexture9_ctor()
88 info->last_level = util_logbase2(MAX2(MAX2(Width, Height), Depth)); in NineVolumeTexture9_ctor()
118 voldesc.Height = u_minify(Height, l); in NineVolumeTexture9_ctor()
280 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_new() argument
288 Width, Height, Depth, Levels, in NineVolumeTexture9_new()
Dsurface9.c102 This->base.info.height0 = pDesc->Height; in NineSurface9_ctor()
135 user_assert(!(pDesc->Width % w) && !(pDesc->Height % h), D3DERR_INVALIDCALL); in NineSurface9_ctor()
150 pDesc->Height, in NineSurface9_ctor()
164 pDesc->Height, in NineSurface9_ctor()
195 … nine_context_clear_render_target(pParams->device, This, 0, 0, 0, pDesc->Width, pDesc->Height); in NineSurface9_ctor()
286 This->desc.Width, This->desc.Height, in NineSurface9_Dump()
452 pRect->top == 0 && pRect->bottom == This->desc.Height) || in NineSurface9_LockRect()
472 u_box_origin_2d(This->desc.Width, This->desc.Height, &box); in NineSurface9_LockRect()
555 u_box_origin_2d(This->desc.Width, This->desc.Height, &box); in NineSurface9_UnlockRect()
576 This->desc.Width, This->desc.Height); in NineSurface9_UnlockRect()
[all …]
Dvolume9.c90 This->info.height0 = pDesc->Height; in NineVolume9_ctor()
111 This->stride, pDesc->Height); in NineVolume9_ctor()
125 pDesc->Height); in NineVolume9_ctor()
280 pBox->Top == 0 && pBox->Bottom == This->desc.Height) || in NineVolume9_LockBox()
300 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
304 if (u_box_clip_2d(&box, &box, This->desc.Width, This->desc.Height) < 0) { in NineVolume9_LockBox()
309 u_box_3d(0, 0, 0, This->desc.Width, This->desc.Height, This->desc.Depth, in NineVolume9_LockBox()
378 u_box_3d(0, 0, 0, This->desc.Width, This->desc.Height, This->desc.Depth, in NineVolume9_UnlockBox()
402 This->desc.Width, This->desc.Height, in NineVolume9_UnlockBox()
441 src_box.height = From->desc.Height; in NineVolume9_CopyMemToDefault()
[all …]
Ddevice9.c102 This->state.viewport.Height = refSurf->desc.Height; in NineDevice9_SetDefaultState()
109 This->state.scissor.maxy = refSurf->desc.Height; in NineDevice9_SetDefaultState()
751 This->cursor.h = MIN2(surf->desc.Height, 32); in NineDevice9_SetCursorProperties()
755 This->cursor.h = MIN2(surf->desc.Height, This->cursor.image->height0); in NineDevice9_SetCursorProperties()
1032 UINT Height, in NineDevice9_CreateTexture() argument
1044 "ppOut=%p pSharedHandle=%p\n", This, Width, Height, Levels, in NineDevice9_CreateTexture()
1054 hr = NineTexture9_new(This, Width, Height, Levels, Usage, Format, Pool, in NineDevice9_CreateTexture()
1065 UINT Height, in NineDevice9_CreateVolumeTexture() argument
1078 "ppOut=%p pSharedHandle=%p\n", This, Width, Height, Depth, Levels, in NineDevice9_CreateVolumeTexture()
1087 hr = NineVolumeTexture9_new(This, Width, Height, Depth, Levels, in NineDevice9_CreateVolumeTexture()
[all …]
/external/capstone/bindings/vb6/
DForm1.frm15 Height = 375
23 Height = 375
32 Height = 375
41 Height = 375
50 Height = 375
59 Height = 375
67 Height = 2415
108 Height = 840
124 Height = 3375
/external/libvpx/libvpx/test/
Dconvolve_test.cc388 int Height() const { return GET_PARAM(1); } in Height() function in __anon44feeae40111::ConvolveTest
393 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; } in BorderTop()
397 i >= (BorderTop() + Height()) * kOuterBlockSize || in IsIndexInBorder()
548 const int height = Height(); in TEST_P()
568 const int height = Height(); in TEST_P()
589 const int height = Height(); in TEST_P()
612 const int height = Height(); in TEST_P()
635 const int height = Height(); in TEST_P()
658 const int height = Height(); in TEST_P()
681 const int height = Height(); in TEST_P()
[all …]
/external/mesa3d/src/mesa/main/
Ddebug.c270 buffer = malloc(img->Width * img->Height in write_texture_image()
277 0, 0, 0, img->Width, img->Height, img->Depth, in write_texture_image()
284 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE); in write_texture_image()
321 buffer = malloc(rb->Width * rb->Height * 4); in _mesa_write_renderbuffer_image()
323 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height, in _mesa_write_renderbuffer_image()
334 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE); in _mesa_write_renderbuffer_image()
363 texImg->Width, texImg->Height, texImg->Depth, in dump_texture()
416 rb->Name, rb->Width, rb->Height, in dump_renderbuffer()
452 const GLuint h = ctx->DrawBuffer->Height; in _mesa_dump_color_buffer()
482 const GLuint h = ctx->DrawBuffer->Height; in _mesa_dump_depth_buffer()
[all …]
Dframebuffer.c296 if (rb->Width != width || rb->Height != height) { in _mesa_resize_framebuffer()
299 assert(rb->Height == height); in _mesa_resize_framebuffer()
310 fb->Height = height; in _mesa_resize_framebuffer()
343 minHeight = MIN2(minHeight, rb->Height); in update_framebuffer_size()
349 fb->Height = minHeight; in update_framebuffer_size()
353 fb->Height = 0; in update_framebuffer_size()
382 if (ctx->Scissor.ScissorArray[idx].Y + ctx->Scissor.ScissorArray[idx].Height < bbox[3]) { in _mesa_intersect_scissor_bounding_box()
383 bbox[3] = ctx->Scissor.ScissorArray[idx].Y + ctx->Scissor.ScissorArray[idx].Height; in _mesa_intersect_scissor_bounding_box()
417 bbox[3] = buffer->Height; in _mesa_scissor_bounding_box()
636 fb->Height == 0) { in update_color_read_buffer()
[all …]
Dscissor.c48 height == ctx->Scissor.ScissorArray[idx].Height) in set_scissor_no_notify()
55 ctx->Scissor.ScissorArray[idx].Height = height; in set_scissor_no_notify()
145 if (p[i].Width < 0 || p[i].Height < 0) { in _mesa_ScissorArrayv()
148 i, p[i].Width, p[i].Height); in _mesa_ScissorArrayv()
155 p[i].X, p[i].Y, p[i].Width, p[i].Height); in _mesa_ScissorArrayv()
252 newval[i].Height = box[3]; in _mesa_WindowRectanglesEXT()
Dviewport.c67 ctx->ViewportArray[idx].Height == height) in set_viewport_no_notify()
73 ctx->ViewportArray[idx].Height = height; in set_viewport_no_notify()
79 GLfloat Width, Height; /**< size */ member
176 if (p[i].Width < 0 || p[i].Height < 0) { in _mesa_ViewportArrayv()
180 i + first, p[i].Width, p[i].Height); in _mesa_ViewportArrayv()
188 p[i].Width, p[i].Height); in _mesa_ViewportArrayv()
411 ctx->ViewportArray[i].Height = 0; in _mesa_init_viewport()
482 float half_height = 0.5f * ctx->ViewportArray[i].Height; in _mesa_get_viewport_xform()
/external/mesa3d/src/mesa/swrast/
Ds_texture.c66 return texImage->Height; in texture_slices()
80 return texImage->Height; in _swrast_teximage_slice_height()
131 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) && in _swrast_init_texture_image()
146 swImg->HeightScale = (GLfloat) texImage->Height; in _swrast_init_texture_image()
188 assert(y < texImage->Height || texImage->Height == 0); in check_map_teximage()
190 assert(y + h <= texImage->Height); in check_map_teximage()
303 texImage->Width, texImage->Height, in _swrast_map_texture()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp360 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc() local
361 if (!Best || Height < BestHeight) { in pickTraceSucc()
363 BestHeight = Height; in pickTraceSucc()
770 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath()
859 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths()
868 static unsigned updatePhysDepsUpwards(const MachineInstr &MI, unsigned Height, in updatePhysDepsUpwards() argument
901 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards()
913 if (LRU.Cycle <= Height && LRU.MI != &MI) { in updatePhysDepsUpwards()
914 LRU.Cycle = Height; in updatePhysDepsUpwards()
921 return Height; in updatePhysDepsUpwards()
[all …]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h140 fb->Height - fb->_Ymax); in get_scissors()
152 a[MAT_SY] = (float)vp->Height / 2; in get_viewport_scale()
155 a[MAT_SY] = - (float)vp->Height / 2; in get_viewport_scale()
169 a[1] = (float)vp->Height / 2 + vp->Y; in get_viewport_translate()
172 a[1] = fb->Height - (float)vp->Height / 2 - vp->Y; in get_viewport_translate()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_meta_util.c189 0, 0, read_fb->Width, read_fb->Height, in brw_meta_mirror_clip_and_scissor()
254 GLint tmp = read_fb->Height - *srcY0; in brw_meta_mirror_clip_and_scissor()
255 *srcY0 = read_fb->Height - *srcY1; in brw_meta_mirror_clip_and_scissor()
260 GLint tmp = draw_fb->Height - *dstY0; in brw_meta_mirror_clip_and_scissor()
261 *dstY0 = draw_fb->Height - *dstY1; in brw_meta_mirror_clip_and_scissor()
297 rb->Height = (mt->total_height / mt->physical_depth0) / 2; in brw_get_rb_for_slice()
302 rb->Height = mt->logical_height0; in brw_get_rb_for_slice()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h126 unsigned Height; member
128 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg()
231 unsigned Height; member
/external/skqp/tests/
DCachedDecodingPixelRefTest.cpp31 static int Height() { return 10; } in Height() function in TestImageGenerator
45 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(), in GetMyInfo()
110 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height()); in DEF_TEST()
114 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height()); in DEF_TEST()
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp31 static int Height() { return 10; } in Height() function in TestImageGenerator
45 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(), in GetMyInfo()
110 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height()); in DEF_TEST()
114 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height()); in DEF_TEST()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c178 dri2_surf->base.Height = -1; in dri2_wl_create_window_surface()
361 dri2_surf->base.Height, in get_back_bo()
374 dri2_surf->base.Height, in get_back_bo()
422 dri2_surf->base.Height); in get_aux_bo()
441 dri2_surf->base.Height != dri2_surf->wl_win->height) { in update_buffers()
446 dri2_surf->base.Height = dri2_surf->wl_win->height; in update_buffers()
507 *height = dri2_surf->base.Height; in dri2_wl_get_buffers_with_format()
640 dri2_surf->base.Height, in create_wl_buffer()
654 dri2_surf->base.Height, in create_wl_buffer()
681 dri2_surf->base.Height - rect[1] - rect[3], in try_damage_buffer()
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c158 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; in radeon_map_renderbuffer_s8z24()
197 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; in radeon_map_renderbuffer_z16()
261 src_y = rrb->base.Base.Height - y - h; in radeon_map_renderbuffer()
278 rb->Width, rb->Height, in radeon_map_renderbuffer()
329 y = rb->Height - 1 - y; in radeon_map_renderbuffer()
356 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; in radeon_unmap_renderbuffer_s8z24()
389 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; in radeon_unmap_renderbuffer_z16()
444 rb->Width, rb->Height, in radeon_unmap_renderbuffer()
556 rb->Height = height; in radeon_alloc_renderbuffer_storage()
594 rb->Height = image->height; in radeon_image_target_renderbuffer_storage()
[all …]
Dradeon_tex_copy.c82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
92 … x, y, rrb->base.Base.Width, rrb->base.Base.Height, (uint32_t) src_offset, rrb->pitch/rrb->cpp); in do_copy_texsubimage()
129 rrb->base.Base.Width, rrb->base.Base.Height, x, y, in do_copy_texsubimage()
132 timg->base.Base.Width, timg->base.Base.Height, in do_copy_texsubimage()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c158 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; in radeon_map_renderbuffer_s8z24()
197 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; in radeon_map_renderbuffer_z16()
261 src_y = rrb->base.Base.Height - y - h; in radeon_map_renderbuffer()
278 rb->Width, rb->Height, in radeon_map_renderbuffer()
329 y = rb->Height - 1 - y; in radeon_map_renderbuffer()
356 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; in radeon_unmap_renderbuffer_s8z24()
389 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; in radeon_unmap_renderbuffer_z16()
444 rb->Width, rb->Height, in radeon_unmap_renderbuffer()
556 rb->Height = height; in radeon_alloc_renderbuffer_storage()
594 rb->Height = image->height; in radeon_image_target_renderbuffer_storage()
[all …]
Dradeon_tex_copy.c82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
92 … x, y, rrb->base.Base.Width, rrb->base.Base.Height, (uint32_t) src_offset, rrb->pitch/rrb->cpp); in do_copy_texsubimage()
129 rrb->base.Base.Width, rrb->base.Base.Height, x, y, in do_copy_texsubimage()
132 timg->base.Base.Width, timg->base.Base.Height, in do_copy_texsubimage()
/external/pdfium/core/fpdfapi/render/
Dcpdf_devicebuffer.cpp52 m_pBitmap->Create(bitmap_rect.Width(), bitmap_rect.Height(), FXDIB_Argb); in Initialize()
62 m_Rect.Width(), m_Rect.Height()); in OutputToDevice()
73 m_Rect.Height()); in OutputToDevice()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c65 GLint ymax = MAX2(0, ctx->Scissor.ScissorArray[i].Y + ctx->Scissor.ScissorArray[i].Height); in update_scissor()
86 miny = fb->Height - scissor[i].maxy; in update_scissor()
87 maxy = fb->Height - scissor[i].miny; in update_scissor()
122 new_rects[i].maxy = MAX2(rect->Y + rect->Height, 0); in update_window_rectangles()

12345678910>>...23