Searched refs:get_image (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/include/frontend/ |
H A D | drisw_api.h | 15 void (*get_image) (struct dri_drawable *dri_drawable, member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | drisw.c | 100 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) in get_image() function 451 get_image(dPriv, x, y, w, h, map); in drisw_update_tex_buffer() 454 get_image() has a pitch rounded up to 4 bytes. */ in drisw_update_tex_buffer() 503 .get_image = drisw_get_image, 509 .get_image = drisw_get_image,
|
H A D | kopper.c | 762 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) in get_image() function 823 get_image(dPriv, x, y, w, h, map); in kopper_update_tex_buffer() 826 get_image() has a pitch rounded up to 4 bytes. */ in kopper_update_tex_buffer()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 2688 auto get_image = [this](const spvtools::opt::Instruction& image_inst) { in RegisterHandleUsage() local 2712 handle_usage_[get_image(inst)].AddStorageReadTexture(); in RegisterHandleUsage() 2715 handle_usage_[get_image(inst)].AddStorageWriteTexture(); in RegisterHandleUsage() 2718 handle_usage_[get_image(inst)].AddSampledTexture(); in RegisterHandleUsage() 2728 handle_usage_[get_image(inst)].AddSampledTexture(); in RegisterHandleUsage() 2738 handle_usage_[get_image(inst)].AddDepthTexture(); in RegisterHandleUsage() 2746 handle_usage_[get_image(inst)].AddSampledTexture(); in RegisterHandleUsage() 2753 handle_usage_[get_image(inst)].AddSampledTexture(); in RegisterHandleUsage() 2758 handle_usage_[get_image(inst)].AddTexture(); in RegisterHandleUsage() 2761 handle_usage_[get_image(ins in RegisterHandleUsage() [all...] |
/third_party/mesa3d/src/gallium/winsys/sw/dri/ |
H A D | dri_sw_winsys.c | 195 dri_sw_ws->lf->get_image((void *)dri_sw_dt->front_private, 0, 0, dri_sw_dt->width, dri_sw_dt->height, dri_sw_dt->stride, dri_sw_dt->data); in dri_sw_displaytarget_map()
|
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.h | 588 Image get_image();
|
H A D | image_pipeline.cpp | 921 Image ImagePipelineStack::get_image() in get_image() function in genesys::ImagePipelineStack
|
H A D | low.cpp | 439 return pipeline.get_image(); in read_unshuffled_image_from_scanner() 537 return pipeline.get_image(); in read_shuffled_image_from_scanner()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 479 .get_image = lvp_get_image,
|
Completed in 16 milliseconds