Searched refs:z_out (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c101 nir_variable *z_out = local in function:panvk_meta_clear_zs_attachment_shader
117 if (z_out) {
118 z_out->data.location = FRAG_RESULT_DEPTH;
119 z_out->data.driver_location = drv_loc++;
120 nir_store_var(&b, z_out, nir_channel(&b, clear_values, 0), 1);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_uxa.h189 float *x_out, float *y_out, float *z_out);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_uxa.h189 float *x_out, float *y_out, float *z_out);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c198 int z_in, unsigned *layer_out, unsigned *z_out)
205 *z_out = 0;
209 *z_out = z_in;
197 adjust_z_layer(enum pipe_texture_target target,int z_in,unsigned * layer_out,unsigned * z_out) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c190 int z_in, unsigned *layer_out, unsigned *z_out)
197 *z_out = 0;
201 *z_out = z_in;
189 adjust_z_layer(enum pipe_texture_target target,int z_in,unsigned * layer_out,unsigned * z_out) argument
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830.h828 float *x_out, float *y_out, float *z_out);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna.h1054 float *x_out, float *y_out, float *z_out);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna.h941 float *x_out, float *y_out, float *z_out);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c596 LLVMValueRef z_out = NULL, s_out = NULL; local in function:generate_fs_loop
709 z_out = lp_build_array_alloca(gallivm,
1077 LLVMValueRef ptr = LLVMBuildGEP(builder, z_out, &idx, 1, "");
1170 LLVMValueRef ptr = LLVMBuildGEP(builder, z_out, &idx, 1, "");

Completed in 21 milliseconds