Searched refs:z_out (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_clear.c | 101 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 D | intel_uxa.h | 189 float *x_out, float *y_out, float *z_out);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_uxa.h | 189 float *x_out, float *y_out, float *z_out);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_blit.c | 198 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 D | svga_pipe_blit.c | 190 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 D | i830.h | 828 float *x_out, float *y_out, float *z_out);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna.h | 1054 float *x_out, float *y_out, float *z_out);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna.h | 941 float *x_out, float *y_out, float *z_out);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 596 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