OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binary_bo
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_pipeline.c
65
panfrost_bo_unreference(pipeline->
binary_bo
);
panvk_vX_pipeline.c
161
pipeline->
binary_bo
= bin_bo;
169
memcpy(pipeline->
binary_bo
->ptr.cpu + builder->stages[i].shader_offset,
319
mali_ptr shader_ptr = pipeline->
binary_bo
->ptr.gpu +
756
pipeline->fs.address = pipeline->
binary_bo
->ptr.gpu +
panvk_private.h
754
struct panfrost_bo *
binary_bo
;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_pipeline.c
806
const struct tu_bo *
binary_bo
,
858
const uint64_t binary_iova =
binary_bo
->iova + binary_offset;
875
const void *binary =
binary_bo
->map + binary_offset;
891
const struct tu_bo *
binary_bo
,
935
tu6_emit_shader_object(cs, MESA_SHADER_VERTEX, vs,
binary_bo
,
938
tu6_emit_shader_object(cs, MESA_SHADER_FRAGMENT, fs,
binary_bo
,
1452
struct tu_bo *bo = &pipeline->program.
binary_bo
;
1503
tu6_emit_program(&prog_cs, builder, &pipeline->program.
binary_bo
, false);
1507
tu6_emit_program(&prog_cs, builder, &pipeline->program.
binary_bo
, true);
1718
if (pipeline->program.
binary_bo
.gem_handle
[
all
...]
tu_private.h
1070
struct tu_bo
binary_bo
;
member in struct:tu_pipeline::__anon3519
tu_cmd_buffer.c
2259
tu_bo_list_add(&cmd->bo_list, &pipeline->program.
binary_bo
,
Completed in 8 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026