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.c1346 void r600_update_driver_const_buffers(struct r600_context *rctx, bool compute_only) in r600_update_driver_const_buffers() argument
1353 start = compute_only ? PIPE_SHADER_COMPUTE : 0; in r600_update_driver_const_buffers()
1354 end = compute_only ? PIPE_SHADER_TYPES : PIPE_SHADER_COMPUTE; in r600_update_driver_const_buffers()
1693 void r600_update_compressed_resource_state(struct r600_context *rctx, bool compute_only) in r600_update_compressed_resource_state() argument
1702 if (compute_only) { in r600_update_compressed_resource_state()
1709 if (!compute_only) in r600_update_compressed_resource_state()
1718 if (compute_only) in r600_update_compressed_resource_state()
1732 if (!compute_only) { in r600_update_compressed_resource_state()
Dr600_pipe.h1086 void r600_update_compressed_resource_state(struct r600_context *rctx, bool compute_only);
1089 void r600_update_driver_const_buffers(struct r600_context *rctx, bool compute_only);
/third_party/glslang/Test/baseResults/
D300layout.vert.out78 0:? 'compute_only' ( shared highp 4-component vector of float)
142 0:? 'compute_only' ( shared highp 4-component vector of float)