Home
last modified time | relevance | path

Searched defs:modes (Results 1 - 25 of 179) sorted by relevance

12345678

/third_party/ltp/testcases/kernel/syscalls/getrandom/
H A Dgetrandom01.c12 static int modes[] = {0, GRND_RANDOM, GRND_NONBLOCK, variable
H A Dgetrandom02.c15 static int modes[] = { 0, GRND_RANDOM, GRND_NONBLOCK, variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DMatrixModeTest.cpp54 std::vector<GLenum> modes = {GL_PROJECTION, GL_MODELVIEW, GL_TEXTURE}; in TEST_P() local
/third_party/toybox/toys/lsb/
H A Dmknod.c39 mode_t modes[] = {S_IFIFO, S_IFCHR, S_IFCHR, S_IFBLK}; in mknod_main() local
/third_party/ltp/testcases/kernel/syscalls/fchmod/
H A Dfchmod01.c17 static int modes[] = { 0, 07, 070, 0700, 0777, 02777, 04777, 06777 }; variable
/third_party/mesa3d/src/mesa/main/
H A Dquerymatrix.c62 } modes[] = { in _mesa_QueryMatrixxOES() local
/third_party/ltp/testcases/kernel/syscalls/mbind/
H A Dmbind03.c102 static const int modes[] = { variable
H A Dmbind02.c91 static const int modes[] = { variable
H A Dmbind04.c113 static const int modes[] = { variable
/third_party/skia/docs/examples/
H A Dskpaint_xfer.cpp11 SkBlendMode modes[] = { in REG_FIDDLE() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_vec3_to_vec4.c27 lower_vec3_to_vec4_impl(nir_function_impl *impl, nir_variable_mode modes) in lower_vec3_to_vec4_impl() argument
145 nir_lower_vec3_to_vec4(nir_shader *shader, nir_variable_mode modes) in nir_lower_vec3_to_vec4() argument
[all...]
H A Dnir_remove_dead_variables.c96 add_var_use_shader(nir_shader *shader, struct set *live, nir_variable_mode modes) in add_var_use_shader() argument
162 remove_dead_vars(struct exec_list *var_list, nir_variable_mode modes, in remove_dead_vars() argument
188 nir_remove_dead_variables(nir_shader *shader, nir_variable_mode modes, in nir_remove_dead_variables() argument
[all...]
H A Dnir_lower_scratch.c99 nir_lower_vars_to_scratch(nir_shader *shader, nir_variable_mode modes, int size_threshold, glsl_type_size_align_func size_align) nir_lower_vars_to_scratch() argument
H A Dnir_lower_variable_initializers.c91 nir_lower_variable_initializers(nir_shader *shader, nir_variable_mode modes) in nir_lower_variable_initializers() argument
57 lower_const_initializer(struct nir_builder *b, struct exec_list *var_list, nir_variable_mode modes) lower_const_initializer() argument
H A Dnir_lower_memory_model.c34 get_intrinsic_info(nir_intrinsic_instr *intrin, nir_variable_mode *modes, in get_intrinsic_info() argument
280 uint32_t modes = 0; nir_lower_memory_model() local
[all...]
H A Dnir_opt_dead_write_vars.c56 clear_unused_for_modes(struct util_dynarray *unused_writes, nir_variable_mode modes) in clear_unused_for_modes() argument
H A Dnir_lower_array_deref_of_vec.c185 nir_lower_array_deref_of_vec(nir_shader *shader, nir_variable_mode modes, in nir_lower_array_deref_of_vec() argument
62 nir_lower_array_deref_of_vec_impl(nir_function_impl *impl, nir_variable_mode modes, nir_lower_array_deref_of_vec_options options) nir_lower_array_deref_of_vec_impl() argument
/third_party/ltp/testcases/kernel/syscalls/chmod/
H A Dchmod01.c20 static int modes[] = {0, 07, 070, 0700, 0777, 02777, 04777, 06777}; variable
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dtree_dec.c318 uint8_t* modes = block->imodes_; in ParseIntraMode() local
[all...]
/third_party/glslang/glslang/Include/
H A DSpirvIntrinsics.h65 TMap<int, TVector<const TIntermConstantUnion*>> modes; member
/third_party/mesa3d/src/glx/
H A Dvertarr.c138 static const modes[14][4] = { in __indirect_glInterleavedArrays() local
H A Drenderpix.c81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid * src, GLubyte * pc, GLubyte * modes) __glXSendLargeImage() argument
/third_party/ltp/testcases/kernel/syscalls/adjtimex/
H A Dadjtimex02.c45 unsigned int modes; member
[all...]
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime01.c64 unsigned int modes; member
226 unsigned int modes = ADJ_ALL; cleanup() local
[all...]
/third_party/musl/compat/time32/
H A Dclock_adjtime32.c9 unsigned modes; member

Completed in 8 milliseconds

12345678