Searched defs:clipvertex (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_cliptest_tmp.h | 94 float *clipvertex = position; in do_cliptest() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_clip.c | 195 find_clipvertex_and_position_outputs(nir_shader *shader, nir_variable **clipvertex, nir_variable **position) find_clipvertex_and_position_outputs() argument 247 lower_clip_outputs(nir_builder *b, nir_variable *position, nir_variable *clipvertex, nir_variable **out, unsigned ucp_enables, bool use_vars, bool use_clipdist_array, const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) lower_clip_outputs() argument 332 nir_variable *clipvertex = NULL; nir_lower_clip_vs() local 369 lower_clip_in_gs_block(nir_builder *b, nir_block *block, nir_variable *position, nir_variable *clipvertex, nir_variable **out, unsigned ucp_enables, bool use_clipdist_array, const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) lower_clip_in_gs_block() argument 405 nir_variable *clipvertex = NULL; nir_lower_clip_gs() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_vs.c | 385 si_llvm_clipvertex_to_clipdist(struct si_shader_context *ctx, struct ac_export_args clipdist[2], LLVMValueRef clipvertex[4]) si_llvm_clipvertex_to_clipdist() argument
|
H A D | gfx10_shader_ngg.c | 1033 LLVMValueRef clipvertex[4]; in gfx10_ngg_culling_build_end() local 914 add_clipdist_bits_for_clipvertex(struct si_shader_context *ctx, unsigned clipdist_enable, LLVMValueRef clipvertex[4], LLVMValueRef *packed_data) add_clipdist_bits_for_clipvertex() argument
|
Completed in 7 milliseconds