/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 156 nir_load_store_vectorize_test::run_vectorizer(nir_variable_mode modes, in run_vectorizer() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_linker.c | 441 add_vars_with_modes(const struct gl_constants *consts, struct gl_shader_program *prog, struct set *resource_set, nir_shader *nir, nir_variable_mode modes, unsigned stage, GLenum programInterface) add_vars_with_modes() argument
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.c | 454 const struct gl_config *modes = (config != NULL) ? &config->modes : NULL; in driCreateContextAttribs() local
|
H A D | dri_screen.c | 197 struct gl_config *modes; in driCreateConfigs() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_kopper.c | 113 VkPresentModeKHR modes[10]; in kopper_CreateSurface() local
|
/third_party/mesa3d/src/glx/ |
H A D | glxext.c | 652 struct glx_config *modes, *m; in createConfigsFromProperties() local
|
H A D | driwindows_glx.c | 260 driwindowsCreateDrawable(struct glx_screen *base, XID xDrawable, GLXDrawable drawable, int type, struct glx_config *modes) driwindowsCreateDrawable() argument
|
H A D | drisw_glx.c | 672 driswCreateDrawable(struct glx_screen *base, XID xDrawable, GLXDrawable drawable, int type, struct glx_config *modes) driswCreateDrawable() argument
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_signature.c | 563 get_input_signature_group(struct dxil_module *mod, unsigned num_inputs, nir_shader *s, nir_variable_mode modes, semantic_info_proc get_semantics, unsigned *row_iter, unsigned input_clip_size) get_input_signature_group() argument
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
H A D | lws-plugin-ssh.h | 34 char *modes; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 113 std::string getCaseName (const ProvokingVertexModeVec& modes) in getCaseName() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSurfaceTests.cpp | 886 void validateSurfacePresentModes (tcu::ResultCollector& results, Type wsiType, const vector<VkPresentModeKHR>& modes) in validateSurfacePresentModes() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 113 std::string getCaseName (const ProvokingVertexModeVec& modes) in getCaseName() argument
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | analysis_enc.c | 272 const uint8_t modes[16] = { 0 }; // DC4 in FastMBAnalyze() local
|
/third_party/skia/tests/ |
H A D | GradientTest.cpp | 244 const SkTileMode modes[] = { in TestGradientOptimization() local
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureStateQueryTests.cpp | 1474 const GLenum modes[] = {GL_COMPARE_REF_TO_TEXTURE, GL_NONE}; in test() local 2209 const GLenum modes[] = {GL_COMPARE_REF_TO_TEXTURE, GL_NONE}; test() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hw_features.c | 80 struct hostapd_hw_modes *modes; in hostapd_get_hw_features() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | on2avc.c | 59 const On2AVCMode *modes; member
|
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-process.c | 124 static void find_modes(struct intel_dmic_params *dmic, struct dmic_calc_decim_modes *modes, in find_modes() argument 409 select_mode(struct intel_dmic_params *dmic, struct dmic_calc_configuration *cfg, struct dmic_calc_matched_modes *modes) select_mode() argument [all...] |
/third_party/backends/backend/ |
H A D | plustek.c | 1786 int modes[] = { COLOR_BW, COLOR_256GRAY, COLOR_GRAY16, in do_calibration() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_split_vars.c | 295 nir_split_struct_vars(nir_shader *shader, nir_variable_mode modes) in nir_split_struct_vars() argument 196 split_struct_derefs_impl(nir_function_impl *impl, struct hash_table *var_field_map, nir_variable_mode modes, void *mem_ctx) split_struct_derefs_impl() argument 431 get_array_deref_info(nir_deref_instr *deref, struct hash_table *var_info_map, nir_variable_mode modes) get_array_deref_info() argument 446 mark_array_deref_used(nir_deref_instr *deref, struct hash_table *var_info_map, nir_variable_mode modes, void *mem_ctx) mark_array_deref_used() argument 471 mark_array_usage_impl(nir_function_impl *impl, struct hash_table *var_info_map, nir_variable_mode modes, void *mem_ctx) mark_array_usage_impl() argument 705 split_array_copies_impl(nir_function_impl *impl, struct hash_table *var_info_map, nir_variable_mode modes, void *mem_ctx) split_array_copies_impl() argument 750 split_array_access_impl(nir_function_impl *impl, struct hash_table *var_info_map, nir_variable_mode modes, void *mem_ctx) split_array_access_impl() argument 861 nir_split_array_vars(nir_shader *shader, nir_variable_mode modes) nir_split_array_vars() argument 1016 get_vec_deref_usage(nir_deref_instr *deref, struct hash_table *var_usage_map, nir_variable_mode modes, bool add_usage_entry, void *mem_ctx) get_vec_deref_usage() argument 1033 mark_deref_if_complex(nir_deref_instr *deref, struct hash_table *var_usage_map, nir_variable_mode modes, void *mem_ctx) mark_deref_if_complex() argument 1059 mark_deref_used(nir_deref_instr *deref, nir_component_mask_t comps_read, nir_component_mask_t comps_written, nir_deref_instr *copy_deref, struct hash_table *var_usage_map, nir_variable_mode modes, void *mem_ctx) mark_deref_used() argument 1208 find_used_components_impl(nir_function_impl *impl, struct hash_table *var_usage_map, nir_variable_mode modes, void *mem_ctx) find_used_components_impl() argument 1217 var_usage_map, modes, mem_ctx); find_used_components_impl() local 1234 NULL, var_usage_map, modes, mem_ctx); find_used_components_impl() local 1449 vec_deref_is_dead_or_oob(nir_deref_instr *deref, struct hash_table *var_usage_map, nir_variable_mode modes) vec_deref_is_dead_or_oob() argument 1462 shrink_vec_var_access_impl(nir_function_impl *impl, struct hash_table *var_usage_map, nir_variable_mode modes) shrink_vec_var_access_impl() argument 1617 function_impl_has_vars_with_modes(nir_function_impl *impl, nir_variable_mode modes) function_impl_has_vars_with_modes() argument 1644 nir_shrink_vec_array_vars(nir_shader *shader, nir_variable_mode modes) nir_shrink_vec_array_vars() argument [all...] |
H A D | nir_opt_copy_prop_vars.c | 57 nir_variable_mode modes; member 451 apply_barrier_for_modes(struct util_dynarray *copies, nir_variable_mode modes) apply_barrier_for_modes() argument [all...] |
H A D | nir_print.c | 837 unsigned modes = instr->modes; in print_deref_instr() local 1026 unsigned int modes = nir_intrinsic_memory_modes(instr); in print_intrinsic_instr() local
|
H A D | nir_deref.c | 1390 nir_variable_mode modes = nir_intrinsic_memory_modes(intrin); opt_known_deref_mode_is() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_image_copy_region.c | 437 static const char *modes[32] = { in print_image_attrs() local 448 static const char *modes[32] = { in print_image_attrs() local
|