Home
last modified time | relevance | path

Searched refs:compute_only (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/Test/
D300layout.vert50 shared vec4 compute_only; // ERROR
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1290 void r600_update_driver_const_buffers(struct r600_context *rctx, bool compute_only) in r600_update_driver_const_buffers() argument
1297 start = compute_only ? PIPE_SHADER_COMPUTE : 0; in r600_update_driver_const_buffers()
1298 end = compute_only ? PIPE_SHADER_TYPES : PIPE_SHADER_COMPUTE; in r600_update_driver_const_buffers()
1629 void r600_update_compressed_resource_state(struct r600_context *rctx, bool compute_only) in r600_update_compressed_resource_state() argument
1638 if (compute_only) { in r600_update_compressed_resource_state()
1645 if (!compute_only) in r600_update_compressed_resource_state()
1654 if (compute_only) in r600_update_compressed_resource_state()
1668 if (!compute_only) { in r600_update_compressed_resource_state()
Dr600_pipe.h1087 void r600_update_compressed_resource_state(struct r600_context *rctx, bool compute_only);
1090 void r600_update_driver_const_buffers(struct r600_context *rctx, bool compute_only);
/third_party/glslang/Test/baseResults/
D300layout.vert.out77 0:? 'compute_only' ( shared highp 4-component vector of float)
141 0:? 'compute_only' ( shared highp 4-component vector of float)