Searched refs:bind_history (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.c83 const unsigned bind_history = virgl_resource(res)->bind_history; local in function:virgl_can_rebind_resource
84 return res->target == PIPE_BUFFER && !(bind_history & unsupported_bind);
98 const unsigned bind_history = virgl_resource(res)->bind_history; local in function:virgl_rebind_resource
102 (bind_history & tracked_bind) == bind_history);
104 if (bind_history & PIPE_BIND_VERTEX_BUFFER) {
113 if (bind_history & PIPE_BIND_SHADER_BUFFER) {
125 if (bind_history
[all...]
H A Dvirgl_streamout.c52 res->bind_history |= PIPE_BIND_STREAM_OUTPUT;
H A Dvirgl_resource.h69 unsigned bind_history; member in struct:virgl_resource
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.h75 unsigned bind_history; member in struct:iris_resource
H A Diris_resource.c927 if (res->bind_history & PIPE_BIND_STREAM_OUTPUT)
1522 if (res->bind_history & PIPE_BIND_CONSTANT_BUFFER) {
1544 if (res->bind_history & PIPE_BIND_CONSTANT_BUFFER) {
1549 if (res->bind_history & PIPE_BIND_SAMPLER_VIEW)
1552 if (res->bind_history & (PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER))
1555 if (res->bind_history & (PIPE_BIND_SHADER_BUFFER | PIPE_BIND_SHADER_IMAGE))
H A Diris_state.c2088 res->bind_history |= PIPE_BIND_SHADER_IMAGE;
2191 view->res->bind_history |= PIPE_BIND_SAMPLER_VIEW;
2622 res->bind_history |= PIPE_BIND_CONSTANT_BUFFER;
2760 res->bind_history |= PIPE_BIND_SHADER_BUFFER;
2813 res->bind_history |= PIPE_BIND_VERTEX_BUFFER;
2996 res->bind_history |= PIPE_BIND_STREAM_OUTPUT;
5301 res->bind_history |= PIPE_BIND_INDEX_BUFFER;
5665 assert(!(res->bind_history & (PIPE_BIND_DEPTH_STENCIL |
5673 if (res->bind_history & PIPE_BIND_VERTEX_BUFFER) {
5697 if (res->bind_history
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.h78 unsigned bind_history; member in struct:iris_resource
H A Diris_resource.c2497 if (res->bind_history & PIPE_BIND_CONSTANT_BUFFER) {
2509 if (res->bind_history & (PIPE_BIND_SAMPLER_VIEW |
2516 if (res->bind_history & PIPE_BIND_SHADER_BUFFER) {
2522 if (res->bind_history & PIPE_BIND_VERTEX_BUFFER)
2541 if (res->bind_history & PIPE_BIND_CONSTANT_BUFFER) {
2548 if (res->bind_history & PIPE_BIND_SAMPLER_VIEW)
2551 if (res->bind_history & (PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER))
2554 if (res->bind_history & (PIPE_BIND_SHADER_BUFFER | PIPE_BIND_SHADER_IMAGE))
H A Diris_state.c2734 res->bind_history |= PIPE_BIND_SHADER_IMAGE;
2850 view->res->bind_history |= PIPE_BIND_SAMPLER_VIEW;
3257 res->bind_history |= PIPE_BIND_CONSTANT_BUFFER;
3399 res->bind_history |= PIPE_BIND_SHADER_BUFFER;
3470 res->bind_history |= PIPE_BIND_VERTEX_BUFFER;
3664 res->bind_history |= PIPE_BIND_STREAM_OUTPUT;
6688 res->bind_history |= PIPE_BIND_INDEX_BUFFER;
7246 assert(!(res->bind_history & (PIPE_BIND_DEPTH_STENCIL |
7254 if (res->bind_history & PIPE_BIND_VERTEX_BUFFER) {
7282 if (res->bind_history
[all...]
H A Diris_query.c670 res->bind_history |= PIPE_BIND_QUERY_BUFFER;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c515 tex->buffer.bind_history |= PIPE_BIND_SAMPLER_VIEW;
795 res->bind_history |= PIPE_BIND_SHADER_IMAGE;
1288 si_resource(input->buffer)->bind_history |= PIPE_BIND_CONSTANT_BUFFER;
1377 si_resource(sbuffer->buffer)->bind_history |= PIPE_BIND_SHADER_BUFFER;
1645 } else if (buffer->bind_history & PIPE_BIND_VERTEX_BUFFER) {
1662 if (!buffer || buffer->bind_history & PIPE_BIND_STREAM_OUTPUT) {
1692 if (!buffer || buffer->bind_history & PIPE_BIND_CONSTANT_BUFFER) {
1701 if (!buffer || buffer->bind_history & PIPE_BIND_SHADER_BUFFER) {
1710 if (!buffer || buffer->bind_history & PIPE_BIND_SAMPLER_VIEW) {
1742 if (!buffer || buffer->bind_history
[all...]
H A Dsi_state_streamout.c183 si_resource(targets[i]->buffer)->bind_history |= PIPE_BIND_STREAM_OUTPUT;
H A Dsi_buffer.c679 buf->bind_history = 0;
H A Dsi_pipe.h233 unsigned bind_history; member in struct:si_resource
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.h109 unsigned bind_history; member in struct:crocus_resource
H A Dcrocus_resource.c1806 if (res->bind_history & PIPE_BIND_CONSTANT_BUFFER) {
1822 if (res->bind_history & PIPE_BIND_CONSTANT_BUFFER) {
1827 if (res->bind_history & PIPE_BIND_SAMPLER_VIEW)
1830 if (res->bind_history & (PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER))
1833 if (res->bind_history & (PIPE_BIND_SHADER_BUFFER | PIPE_BIND_SHADER_IMAGE))
H A Dcrocus_state.c3072 res->bind_history |= PIPE_BIND_SHADER_IMAGE;
3169 view->res->bind_history |= PIPE_BIND_SAMPLER_VIEW;
3513 res->bind_history |= PIPE_BIND_CONSTANT_BUFFER;
3633 res->bind_history |= PIPE_BIND_SHADER_BUFFER;
3681 res->bind_history |= PIPE_BIND_VERTEX_BUFFER;
4021 res->bind_history |= PIPE_BIND_STREAM_OUTPUT;
7815 res->bind_history |= PIPE_BIND_INDEX_BUFFER;
8323 assert(!(res->bind_history & (PIPE_BIND_DEPTH_STENCIL |
8331 if (res->bind_history & PIPE_BIND_VERTEX_BUFFER) {
8342 if ((res->bind_history
[all...]
H A Dcrocus_query.c719 res->bind_history |= PIPE_BIND_QUERY_BUFFER;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c547 tex->buffer.bind_history |= PIPE_BIND_SAMPLER_VIEW;
822 res->bind_history |= PIPE_BIND_SHADER_IMAGE;
1254 si_resource(input->buffer)->bind_history |= PIPE_BIND_CONSTANT_BUFFER;
1367 si_resource(sbuffer->buffer)->bind_history |= PIPE_BIND_SHADER_BUFFER;
1618 } else if (buffer->bind_history & PIPE_BIND_VERTEX_BUFFER) {
1635 if (!buffer || buffer->bind_history & PIPE_BIND_STREAM_OUTPUT) {
1659 if (!buffer || buffer->bind_history & PIPE_BIND_CONSTANT_BUFFER) {
1667 if (!buffer || buffer->bind_history & PIPE_BIND_SHADER_BUFFER) {
1679 if (!buffer || buffer->bind_history & PIPE_BIND_SAMPLER_VIEW) {
1705 if (!buffer || buffer->bind_history
[all...]
H A Dsi_state_streamout.c202 si_resource(targets[i]->buffer)->bind_history |= PIPE_BIND_STREAM_OUTPUT;
H A Dsi_buffer.c573 buf->bind_history = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c589 rbuffer->bind_history = 0;
H A Dr600_pipe_common.h156 unsigned bind_history; member in struct:r600_resource
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c590 rbuffer->bind_history = 0;
H A Dr600_pipe_common.h152 unsigned bind_history; member in struct:r600_resource

Completed in 67 milliseconds

12