Home
last modified time | relevance | path

Searched defs:mode (Results 4051 - 4075 of 4448) sorted by relevance

1...<<161162163164165166167168169170>>...178

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c64 lp_sampler_wrap_mode_uses_border_color(enum pipe_tex_wrap mode, in lp_sampler_wrap_mode_uses_border_color() argument
2250 lp_build_reduce_filter(struct lp_build_context *bld, enum pipe_tex_reduction_mode mode, unsigned flags, unsigned num_chan, LLVMValueRef x, LLVMValueRef *v00, LLVMValueRef *v01, LLVMValueRef *out) lp_build_reduce_filter() argument
2278 lp_build_reduce_filter_2d(struct lp_build_context *bld, enum pipe_tex_reduction_mode mode, unsigned flags, unsigned num_chan, LLVMValueRef x, LLVMValueRef y, LLVMValueRef *v00, LLVMValueRef *v01, LLVMValueRef *v10, LLVMValueRef *v11, LLVMValueRef *out) lp_build_reduce_filter_2d() argument
2309 lp_build_reduce_filter_3d(struct lp_build_context *bld, enum pipe_tex_reduction_mode mode, unsigned flags, unsigned num_chan, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef *v000, LLVMValueRef *v001, LLVMValueRef *v010, LLVMValueRef *v011, LLVMValueRef *v100, LLVMValueRef *v101, LLVMValueRef *v110, LLVMValueRef *v111, LLVMValueRef *out) lp_build_reduce_filter_3d() argument
[all...]
H A Dlp_bld_arit.c1942 lp_build_round_altivec(struct lp_build_context *bld, LLVMValueRef a, enum lp_build_round_mode mode) lp_build_round_altivec() argument
1977 lp_build_round_arch(struct lp_build_context *bld, LLVMValueRef a, enum lp_build_round_mode mode) lp_build_round_arch() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1839 const uint8_t mode = translateInterpMode(&info_out->in[ptr ? 0 : in interpolate() local
3046 int c, mode = 0; in handleINTERP() local
[all...]
/third_party/musl/ldso/
H A Ddynlink.c2158 void *dlopen(const char *file, int mode) argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c2838 static inline unsigned r600_array_mode(unsigned mode) in r600_array_mode() argument
319 r600_create_blend_state_mode(struct pipe_context *ctx, const struct pipe_blend_state *state, int mode) r600_create_blend_state_mode() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c305 D3DDISPLAYMODEEX *mode = NULL; in NineDevice9_ctor() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c3377 int SSL_CTX_set_tlsext_max_fragment_length(SSL_CTX *ctx, uint8_t mode) in SSL_CTX_set_tlsext_max_fragment_length() argument
3389 SSL_set_tlsext_max_fragment_length(SSL *ssl, uint8_t mode) SSL_set_tlsext_max_fragment_length() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c2889 uv_fs_open(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, int mode, uv_fs_cb cb) uv_fs_open() argument
2994 uv_fs_mkdir(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb cb) uv_fs_mkdir() argument
3353 uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb cb) uv_fs_chmod() argument
3369 uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int mode, uv_fs_cb cb) uv_fs_fchmod() argument
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c1306 sljit_s32 mode = compiler->mode; in emit_commutative() local
1389 sljit_s32 mode = compiler->mode; in emit_non_commutative() local
2596 sljit_s32 mode = compiler->mode; sljit_emit_bitwise_imm() local
[all...]
H A DsljitNativeX86_common.c2261 emit_shift(struct sljit_compiler *compiler, sljit_u8 mode, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument
2368 emit_shift_with_flags(struct sljit_compiler *compiler, sljit_u8 mode, sljit_s32 set_flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c2438 bool pa_sink_update_proplist(pa_sink *s, pa_update_mode_t mode, pa_proplist *p) { in pa_sink_update_proplist() argument
[all...]
H A Dprotocol-native.c4071 uint32_t mode; in command_update_proplist() local
[all...]
H A Dcore-util.c3605 int pa_open_cloexec(const char *fn, int flags, mode_t mode) { in pa_open_cloexec() argument
3734 FILE* pa_fopen_cloexec(const char *path, const char *mode) { in pa_fopen_cloexec() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp102 TestMode mode; member
2614 TestMode mode; createAttachmentRateTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2546 static inline const char* compareModeName (tcu::Sampler::CompareMode mode) in compareModeName() argument
2600 tcu::Sampler::WrapMode mode; in init() member
2816 const auto& mode = levelModes[modeIdx].levelMode; in init() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp86 TestMode mode; member
2365 TestMode mode; createAttachmentRateTests() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTexture.cpp1040 void Texture::setDepthStencilTextureMode(const Context *context, GLenum mode) in setDepthStencilTextureMode() argument
H A DvalidationEGL.cpp5090 ValidateProgramCacheResizeANGLE(const ValidationContext *val, const Display *display, EGLint limit, EGLint mode) ValidateProgramCacheResizeANGLE() argument
5899 ValidateSignalSyncKHR(const ValidationContext *val, const Display *display, const Sync *sync, EGLenum mode) ValidateSignalSyncKHR() argument
H A DvalidationESEXT.cpp348 ValidateDrawElementsBaseVertexEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawElementsBaseVertexEXT() argument
365 ValidateDrawElementsInstancedBaseVertexEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLsizei instancecount, GLint basevertex) ValidateDrawElementsInstancedBaseVertexEXT() argument
384 ValidateDrawRangeElementsBaseVertexEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawRangeElementsBaseVertexEXT() argument
431 ValidateMultiDrawElementsBaseVertexEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, const GLsizei *count, DrawElementsType type, const void *const *indices, GLsizei drawcount, const GLint *basevertex) ValidateMultiDrawElementsBaseVertexEXT() argument
443 ValidateMultiDrawArraysIndirectEXT(const Context *context, angle::EntryPoint entryPoint, GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) ValidateMultiDrawArraysIndirectEXT() argument
464 ValidateMultiDrawElementsIndirectEXT(const Context *context, angle::EntryPoint entryPoint, GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) ValidateMultiDrawElementsIndirectEXT() argument
515 ValidateDrawElementsBaseVertexOES(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawElementsBaseVertexOES() argument
532 ValidateDrawElementsInstancedBaseVertexOES(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLsizei instancecount, GLint basevertex) ValidateDrawElementsInstancedBaseVertexOES() argument
551 ValidateDrawRangeElementsBaseVertexOES(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawRangeElementsBaseVertexOES() argument
620 ValidateBlendEquationiEXT(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum mode) ValidateBlendEquationiEXT() argument
740 ValidateBlendEquationiOES(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum mode) ValidateBlendEquationiOES() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp1392 int mode = 0; in testInstanced() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp33 void GL_APIENTRY GL_BeginConditionalRender(GLuint id, GLenum mode) in GL_BeginConditionalRender() argument
2349 void GL_APIENTRY GL_DrawArraysInstanced(GLenum mode, in GL_DrawArraysInstanced() argument
2380 GL_DrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount) GL_DrawElementsInstanced() argument
2763 GL_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) GL_DrawElementsBaseVertex() argument
2798 GL_DrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) GL_DrawElementsInstancedBaseVertex() argument
2836 GL_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) GL_DrawRangeElementsBaseVertex() argument
3096 GL_MultiDrawElementsBaseVertex(GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount, const GLint *basevertex) GL_MultiDrawElementsBaseVertex() argument
3134 GL_ProvokingVertex(GLenum mode) GL_ProvokingVertex() argument
[all...]
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp952 drawTextureSet(const GrClip* clip, GrTextureSetEntry set[], int cnt, int proxyRunCnt, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, SkBlendMode mode, GrAA aa, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> texXform) drawTextureSet() argument
/third_party/openssl/ssl/
H A Dt1_lib.c3357 int SSL_CTX_set_tlsext_max_fragment_length(SSL_CTX *ctx, uint8_t mode) in SSL_CTX_set_tlsext_max_fragment_length() argument
3369 SSL_set_tlsext_max_fragment_length(SSL *ssl, uint8_t mode) SSL_set_tlsext_max_fragment_length() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp262 spvc_context_create_compiler(spvc_context context, spvc_backend backend, spvc_parsed_ir parsed_ir, spvc_capture_mode mode, spvc_compiler *compiler) spvc_context_create_compiler() argument
1993 spvc_compiler_set_execution_mode(spvc_compiler compiler, SpvExecutionMode mode) spvc_compiler_set_execution_mode() argument
1998 spvc_compiler_set_execution_mode_with_arguments(spvc_compiler compiler, SpvExecutionMode mode, unsigned arg0, unsigned arg1, unsigned arg2) spvc_compiler_set_execution_mode_with_arguments() argument
2005 spvc_compiler_unset_execution_mode(spvc_compiler compiler, SpvExecutionMode mode) spvc_compiler_unset_execution_mode() argument
2027 spvc_compiler_get_execution_mode_argument(spvc_compiler compiler, SpvExecutionMode mode) spvc_compiler_get_execution_mode_argument() argument
2032 spvc_compiler_get_execution_mode_argument_by_index(spvc_compiler compiler, SpvExecutionMode mode, unsigned index) spvc_compiler_get_execution_mode_argument_by_index() argument
[all...]
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp1142 void SkXPSDevice::drawPoints(SkCanvas::PointMode mode, in drawPoints() argument

Completed in 108 milliseconds

1...<<161162163164165166167168169170>>...178