Searched refs:ztype (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 3119 enum zink_descriptor_type ztype; in zink_shader_create() local 3122 ztype = ZINK_DESCRIPTOR_TYPE_UBO; in zink_shader_create() 3134 ret->bindings[ztype][ret->num_bindings[ztype]].index = var->data.driver_location; in zink_shader_create() 3135 ret->bindings[ztype][ret->num_bindings[ztype]].binding = binding; in zink_shader_create() 3136 ret->bindings[ztype][ret->num_bindings[ztype]].type = vktype; in zink_shader_create() 3137 ret->bindings[ztype][ret->num_bindings[ztype]] in zink_shader_create() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut2.c | 247 #define DEFINE_LUT2(zname, xname, yname, ztype, xtype, ytype, zdiv, xdiv, ydiv) \ 266 ztype *dst; \ 268 dst = (ztype *)(out->data[p] + slice_start * out->linesize[p]); \
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 1015 GLenum ztype = in draw_stencil_pixels() local 1019 _mesa_unpack_depth_span(ctx, width, ztype, zValues, in draw_stencil_pixels()
|
Completed in 14 milliseconds