Home
last modified time | relevance | path

Searched refs:pbo (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.c191 if (!st->pbo.vs) { in st_pbo_draw()
192 st->pbo.vs = st_pbo_create_vs(st); in st_pbo_draw()
193 if (!st->pbo.vs) in st_pbo_draw()
197 if (addr->depth != 1 && st->pbo.use_gs && !st->pbo.gs) { in st_pbo_draw()
198 st->pbo.gs = st_pbo_create_gs(st); in st_pbo_draw()
199 if (!st->pbo.gs) in st_pbo_draw()
203 cso_set_vertex_shader_handle(cso, st->pbo.vs); in st_pbo_draw()
205 cso_set_geometry_shader_handle(cso, addr->depth != 1 ? st->pbo.gs : NULL); in st_pbo_draw()
271 cso_set_rasterizer(cso, &st->pbo in st_pbo_draw()
[all...]
H A Dst_cb_readpixels.c30 #include "main/pbo.h"
229 cso_set_blend(cso, &st->pbo.upload_blend); in try_pbo_readpixels()
486 if (st->pbo.download_enabled && pack->BufferObj) { in st_ReadPixels()
H A Dst_context.h339 } pbo; member
H A Dst_cb_texture.c43 #include "main/pbo.h"
1556 cso_set_blend(cso, &st->pbo.upload_blend); in try_pbo_upload_common()
1609 if (!st->pbo.upload_enabled) in try_pbo_upload()
1620 if (depth != 1 && !st->pbo.layers) in try_pbo_upload()
1642 if (st->pbo.rgba_only) { in try_pbo_upload()
1742 if (depth != 1 && !st->pbo.layers) in try_pbo_download()
1837 cso_set_blend(cso, &st->pbo.upload_blend); in try_pbo_download()
2250 if (!st->pbo.upload_enabled || in st_CompressedTexSubImage()
2474 if (st->pbo.download_enabled && ctx->Pack.BufferObj) { in st_GetTexSubImage()
H A Dst_pbo_compute.c29 #include "main/pbo.h"
820 struct hash_entry *he = _mesa_hash_table_search(st->pbo.shaders, (void*)(uintptr_t)hash_key); in download_texture_compute()
824 he = _mesa_hash_table_insert(st->pbo.shaders, (void*)(uintptr_t)hash_key, cs); in download_texture_compute()
/third_party/ffmpeg/libavformat/
H A Dbit.c79 PutBitContext pbo; in read_packet() local
103 init_put_bits(&pbo, pkt->data, packet_size); in read_packet()
106 put_bits(&pbo,1, AV_RL16(src++) == BIT_1 ? 1 : 0); in read_packet()
108 flush_put_bits(&pbo); in read_packet()
/third_party/libdrm/nouveau/
H A Dnouveau.c637 struct nouveau_bo **pbo) in nouveau_bo_new()
656 *pbo = bo; in nouveau_bo_new()
662 struct nouveau_bo **pbo, int name) in nouveau_bo_wrap_locked()
689 *pbo = &nvbo->base; in nouveau_bo_wrap_locked()
706 *pbo = &nvbo->base; in nouveau_bo_wrap_locked()
727 struct nouveau_bo **pbo) in nouveau_bo_wrap()
732 ret = nouveau_bo_wrap_locked(dev, handle, pbo, 0); in nouveau_bo_wrap()
739 struct nouveau_bo **pbo) in nouveau_bo_name_ref()
751 pbo, name); in nouveau_bo_name_ref()
759 ret = nouveau_bo_wrap_locked(dev, req.handle, pbo, nam in nouveau_bo_name_ref()
635 nouveau_bo_new(struct nouveau_device *dev, uint32_t flags, uint32_t align, uint64_t size, union nouveau_bo_config *config, struct nouveau_bo **pbo) nouveau_bo_new() argument
661 nouveau_bo_wrap_locked(struct nouveau_device *dev, uint32_t handle, struct nouveau_bo **pbo, int name) nouveau_bo_wrap_locked() argument
726 nouveau_bo_wrap(struct nouveau_device *dev, uint32_t handle, struct nouveau_bo **pbo) nouveau_bo_wrap() argument
738 nouveau_bo_name_ref(struct nouveau_device *dev, uint32_t name, struct nouveau_bo **pbo) nouveau_bo_name_ref() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureTest.cpp2243 GLuint pbo; in TEST_P() local
2244 glGenBuffers(1, &pbo); in TEST_P()
2245 glBindBuffer(GL_PIXEL_UNPACK_BUFFER, pbo); in TEST_P()
2267 glDeleteBuffers(1, &pbo); in TEST_P()
2321 GLuint pbo = 0; in TEST_P() local
2322 glGenBuffers(1, &pbo); in TEST_P()
2323 glBindBuffer(GL_PIXEL_UNPACK_BUFFER, pbo); in TEST_P()
2332 glDeleteBuffers(1, &pbo); in TEST_P()
2424 GLuint pbo; in TEST_P() local
2425 glGenBuffers(1, &pbo); in TEST_P()
2479 GLuint pbo; TEST_P() local
2531 GLuint pbo; TEST_P() local
2586 GLuint pbo; TEST_P() local
2641 GLuint pbo; TEST_P() local
2777 GLuint pbo; TEST_P() local
2846 GLuint pbo; TEST_P() local
2923 GLuint pbo; TEST_P() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c942 nouveau_scratch_bo_alloc(struct nouveau_context *nv, struct nouveau_bo **pbo, in nouveau_scratch_bo_alloc() argument
946 4096, size, NULL, pbo); in nouveau_scratch_bo_alloc()
1077 unsigned size, uint64_t *gpu_addr, struct nouveau_bo **pbo) in nouveau_scratch_get()
1090 *pbo = nv->scratch.current; in nouveau_scratch_get()
1076 nouveau_scratch_get(struct nouveau_context *nv, unsigned size, uint64_t *gpu_addr, struct nouveau_bo **pbo) nouveau_scratch_get() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c806 struct nouveau_bo **pbo, uint64_t *pgpuaddr) in nve4_compute_alloc_launch_desc()
808 uint8_t *ptr = nouveau_scratch_get(nv, 512, pgpuaddr, pbo); in nve4_compute_alloc_launch_desc()
805 nve4_compute_alloc_launch_desc(struct nouveau_context *nv, struct nouveau_bo **pbo, uint64_t *pgpuaddr) nve4_compute_alloc_launch_desc() argument

Completed in 17 milliseconds