| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_cull.c | 75 /* Perform front/back face culling and return true if the primitive is accepted. */ 102 LLVMValueRef accepted = NULL; local in function:ac_cull_face 105 accepted = LLVMBuildFCmp(builder, cond, det, ctx->f32_0, ""); 108 accepted = LLVMBuildFCmp(builder, cond, det, ctx->f32_0, ""); 110 accepted = LLVMBuildFCmp(builder, LLVMRealONE, det, ctx->f32_0, ""); 112 return accepted; 116 * if the primitive is accepted and initially_accepted == true. */ 135 LLVMValueRef accepted = ctx->i1true; local in function:cull_bbox 159 accepted = LLVMBuildAnd(builder, accepted, visibl 240 LLVMValueRef accepted = options->cull_w ? w.w_accepted : ctx->i1true; local in function:ac_cull_primitive [all...] |
| H A D | ac_llvm_cull.h | 53 /* Callback invoked in the inner-most branch where the primitive is accepted. */ 54 typedef void (*ac_cull_accept_func)(struct ac_llvm_context *ctx, LLVMValueRef accepted,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_nir_cull.c | 89 cull_bbox(nir_builder *b, nir_ssa_def *pos[3][4], nir_ssa_def *accepted, const position_w_info *w_info) argument 92 nir_ssa_def *try_cull_bbox = nir_iand(b, accepted, w_info->all_w_positive); 147 return nir_if_phi(b, bbox_accepted, accepted); 158 nir_ssa_def *accepted = initially_accepted; local in function:ac_nir_cull_triangle 159 accepted = nir_iand(b, accepted, w_info.w_accepted); 160 accepted = nir_iand(b, accepted, cull_face(b, pos, &w_info)); 161 accepted = nir_iand(b, accepted, cull_bbo [all...] |
| H A D | ac_nir_lower_ngg.c | 113 /* 1 when the vertex is accepted, 0 if it should be culled */ 1128 /* Clear out the ES accepted flag in LDS */ 1164 /* See if the current primitive is accepted */ 1165 nir_ssa_def *accepted = ac_nir_cull_triangle(b, nir_imm_bool(b, true), pos); local in function:add_deferred_attribute_culling 1166 nir_store_var(b, gs_accepted_var, accepted, 0x1u); 1168 nir_if *if_gs_accepted = nir_push_if(b, accepted); 1170 /* Store the accepted state to LDS for ES threads */ 1183 /* ES invocations load their accepted flag from LDS. */ 1186 nir_ssa_def *accepted = nir_build_load_shared(b, 1, 8u, es_vertex_lds_addr, .base = lds_es_vertex_accepted, .align_mul = 4u); local in function:add_deferred_attribute_culling 1187 nir_ssa_def *accepted_bool = nir_ine(b, accepted, nir_imm_intN_ [all...] |
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | protosetup.c | 55 int accepted, i; local in function:IceProtocolSetup 219 accepted = 0; 258 accepted = 1; 281 if (accepted)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_intersection_shader.c | 37 * accepted. 232 nir_ssa_def *accepted = nir_load_var(b, commit_tmp); local in function:brw_nir_lower_intersection_shader 234 accepted);
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_drm_image.spec | 65 Bits accepted in EGL_DRM_BUFFER_USE_MESA: 92 then red, then green, then blue. The bit values accepted by
|
| H A D | MESA_texture_signed_rgba.spec | 167 6) Should the RGBA_SNORM tokens also be accepted by CopyTexImage
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_drm_image.spec | 65 Bits accepted in EGL_DRM_BUFFER_USE_MESA: 92 then red, then green, then blue. The bit values accepted by
|
| H A D | MESA_texture_signed_rgba.spec | 167 6) Should the RGBA_SNORM tokens also be accepted by CopyTexImage
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 6.4.rst | 36 - GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig
|
| H A D | 6.5.1.rst | 43 - The GL_ARB_vertex_program attribute ``vertex.weight`` is now accepted
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | submittingpatches.rst | 155 pass before patches will be accepted, this may mean you have to update 303 accepted and which are not. The stable-release manager is also given 325 newly-developed hardware product can be accepted if they can be
|
| H A D | repository.rst | 67 a dozen or so patches accepted, a maintainer may use their discretion
|
| H A D | xlibdriver.rst | 31 The format of accepted values is: ``visual-class depth``
|
| H A D | envvars.rst | 535 a comma-separated list of debug options is accepted. See the source
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_shader_ngg.c | 554 /* Byte 0: Boolean ES thread accepted (unculled) flag, and later the old 790 static void gfx10_build_primitive_accepted(struct ac_llvm_context *ac, LLVMValueRef accepted, argument 801 ac_build_ifcc(&ctx->ac, accepted, 0); 891 * - The GS culling code notifies ES threads which vertices were accepted. 1029 LLVMValueRef accepted = local in function:gfx10_emit_ngg_culling_epilogue 1031 accepted = LLVMBuildICmp(builder, LLVMIntNE, accepted, ctx->ac.i8_0, ""); 1032 LLVMValueRef mask = ac_get_i1_sgpr_mask(&ctx->ac, accepted); 1034 LLVMBuildStore(builder, accepted, vertex_accepted); 1157 * overwrite it for accepted primitive [all...] |
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | freetype.mk | 334 # Standard cleaning and distclean rules. These are not accepted
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | CHANGES.md | 248 `-cfgchk`, and `-display` are still accepted if they're the first 305 only the documented `vgrav hgrav` ordering is accepted now. 370 replaced by `RplaySoundHost`; the old name is still accepted, but 530 accepted in configuration files. 1314 (Yes, it's misspelt. Yes, the misspelling is accepted.) 1515 The old syntax is of course accepted. 1612 1. The format xwd is now accepted for images (icons, background, ...). You 1815 xpm:filename instead of @filename. The latter is still accepted. Of 1821 still accepted).
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pipeline_rt.c | 899 * accepted. 1069 nir_ssa_def *accepted = nir_load_var(b, commit_tmp); local in function:nir_lower_intersection_shader 1070 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, accepted);
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 1699 The old incorrect spelling `SchrinkIconTitles` is also still accepted.
|