Searched defs:property_buffer (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dproperty.hpp32 class property_buffer;
38 property_scalar(property_buffer &buf) : buf(buf) {
45 property_buffer &buf;
51 property_vector(property_buffer &buf) : buf(buf) {
59 property_buffer &buf;
65 property_matrix(property_buffer &buf) : buf(buf) {
73 property_buffer &buf;
78 property_string(property_buffer &buf) : buf(buf) {
85 property_buffer &buf;
92 class property_buffer { class in namespace:clover
94 property_buffer(void *r_buf, size_t size, size_t *r_size) : function in class:clover::property_buffer
[all...]

Completed in 85 milliseconds