Home
last modified time | relevance | path

Searched defs:modes (Results 1 – 25 of 216) sorted by relevance

123456789

/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h56 int open(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, unsigned modes) in open()
76 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat()
97 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in open64()
117 int openat64(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat64()
/third_party/mesa3d/src/compiler/nir/
Dnir_remove_dead_variables.c96 add_var_use_shader(nir_shader *shader, struct set *live, nir_variable_mode modes) in add_var_use_shader()
162 remove_dead_vars(struct exec_list *var_list, nir_variable_mode modes, in remove_dead_vars()
188 nir_remove_dead_variables(nir_shader *shader, nir_variable_mode modes, in nir_remove_dead_variables()
Dnir_lower_memory_model.c34 get_intrinsic_info(nir_intrinsic_instr *intrin, nir_variable_mode *modes, in get_intrinsic_info()
168 nir_variable_mode modes; in visit_instr() local
279 uint32_t modes = 0; in nir_lower_memory_model() local
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()
145 nir_lower_vec3_to_vec4(nir_shader *shader, nir_variable_mode modes) in nir_lower_vec3_to_vec4()
Dnir_split_vars.c210 nir_variable_mode modes, in split_struct_derefs_impl()
307 nir_split_struct_vars(nir_shader *shader, nir_variable_mode modes) in nir_split_struct_vars()
445 nir_variable_mode modes) in get_array_deref_info()
460 nir_variable_mode modes, in mark_array_deref_used()
485 nir_variable_mode modes, in mark_array_usage_impl()
718 nir_variable_mode modes, in split_array_copies_impl()
763 nir_variable_mode modes, in split_array_access_impl()
872 nir_split_array_vars(nir_shader *shader, nir_variable_mode modes) in nir_split_array_vars()
1029 nir_variable_mode modes, in get_vec_deref_usage()
1046 nir_variable_mode modes, in mark_deref_if_complex()
[all …]
Dnir_lower_indirect_derefs.c116 nir_variable_mode modes, in lower_indirect_derefs_block()
192 lower_indirects_impl(nir_function_impl *impl, nir_variable_mode modes, in lower_indirects_impl()
218 nir_lower_indirect_derefs(nir_shader *shader, nir_variable_mode modes, in nir_lower_indirect_derefs()
Dnir_lower_mediump.c32 get_io_intrinsic(nir_instr *instr, nir_variable_mode modes, in get_io_intrinsic()
65 nir_recompute_io_bases(nir_function_impl *impl, nir_variable_mode modes) in nir_recompute_io_bases()
143 nir_lower_mediump_io(nir_shader *nir, nir_variable_mode modes, in nir_lower_mediump_io()
252 nir_force_mediump_io(nir_shader *nir, nir_variable_mode modes, in nir_force_mediump_io()
316 nir_unpack_16bit_varying_slots(nir_shader *nir, nir_variable_mode modes) in nir_unpack_16bit_varying_slots()
Dnir_lower_variable_initializers.c58 nir_variable_mode modes) in lower_const_initializer()
91 nir_lower_variable_initializers(nir_shader *shader, nir_variable_mode modes) in nir_lower_variable_initializers()
Dnir_lower_array_deref_of_vec.c63 nir_variable_mode modes, in nir_lower_array_deref_of_vec_impl()
185 nir_lower_array_deref_of_vec(nir_shader *shader, nir_variable_mode modes, in nir_lower_array_deref_of_vec()
Dnir_lower_io.c44 nir_variable_mode modes; member
712 nir_variable_mode modes, in nir_lower_io_impl()
750 nir_lower_io(nir_shader *shader, nir_variable_mode modes, in nir_lower_io()
777 nir_variable_mode modes, in build_addr_iadd()
854 nir_variable_mode modes, in build_addr_iadd_imm()
1176 canonicalize_generic_modes(nir_variable_mode modes) in canonicalize_generic_modes()
1197 nir_variable_mode modes, in build_explicit_io_load()
1438 nir_variable_mode modes, in build_explicit_io_store()
1601 nir_variable_mode modes) in build_explicit_io_atomic()
2051 nir_lower_explicit_io_impl(nir_function_impl *impl, nir_variable_mode modes, in nir_lower_explicit_io_impl()
[all …]
Dnir_opt_combine_stores.c68 nir_variable_mode modes; member
190 nir_variable_mode modes) in combine_stores_with_modes()
451 nir_opt_combine_stores(nir_shader *shader, nir_variable_mode modes) in nir_opt_combine_stores()
/third_party/mesa3d/src/mesa/drivers/dri/common/
Dutils.h39 struct gl_config modes; member
/third_party/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom01.c12 static int modes[] = {0, GRND_RANDOM, GRND_NONBLOCK, variable
Dgetrandom02.c15 static int modes[] = { 0, GRND_RANDOM, GRND_NONBLOCK, variable
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime01.c64 unsigned int modes; member
226 unsigned int modes = ADJ_ALL; in cleanup() local
Dclock_adjtime02.c69 unsigned int modes; member
231 unsigned int modes = ADJ_ALL; in cleanup() local
/third_party/toybox/toys/lsb/
Dmknod.c39 mode_t modes[] = {S_IFIFO, S_IFCHR, S_IFCHR, S_IFBLK}; in mknod_main() local
/third_party/flutter/glfw/tests/
Dmonitors.c89 const GLFWvidmode* modes = glfwGetVideoModes(monitor, &count); in list_modes() local
120 const GLFWvidmode* modes = glfwGetVideoModes(monitor, &count); in test_modes() local
/third_party/ltp/testcases/kernel/syscalls/fchmod/
Dfchmod01.c17 static int modes[] = { 0, 07, 070, 0700, 0777, 02777, 04777, 06777 }; variable
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixModeTest.cpp54 std::vector<GLenum> modes = {GL_PROJECTION, GL_MODELVIEW, GL_TEXTURE}; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixModeTest.cpp54 std::vector<GLenum> modes = {GL_PROJECTION, GL_MODELVIEW, GL_TEXTURE}; in TEST_P() local
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dmeson.build100 modes = ['unix', 'windows', 'oldmac', 'bizarro'] variable
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_derivatives.cpp81 const auto* modes = state.GetExecutionModes(entry_point->id()); in DerivativesPass() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_derivatives.cpp81 const auto* modes = state.GetExecutionModes(entry_point->id()); in DerivativesPass() local
/third_party/ltp/testcases/kernel/syscalls/mbind/
Dmbind02.c91 static const int modes[] = { variable

123456789