Home
last modified time | relevance | path

Searched defs:modes (Results 126 - 150 of 210) sorted by relevance

123456789

/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_vars.c295 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 Dnir_opt_copy_prop_vars.c57 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 Dnir_print.c837 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 Dnir_deref.c1390 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 Dsi_test_image_copy_region.c437 static const char *modes[32] = { in print_image_attrs() local
448 static const char *modes[32] = { in print_image_attrs() local
/third_party/mesa3d/src/glx/
H A Ddrisw_glx.c672 driswCreateDrawable(struct glx_screen *base, XID xDrawable, GLXDrawable drawable, int type, struct glx_config *modes) driswCreateDrawable() argument
/third_party/libdrm/
H A Dxf86drmMode.h215 drmModeModeInfoPtr modes; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c230 static const int modes[] = { in set_search_modmask() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp543 fill_varyings(struct d3d12_varying_info *info, nir_shader *s, nir_variable_mode modes, uint64_t mask, bool patch) fill_varyings() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingOpacityMicromapTests.cpp806 } modes[] = in createOpacityMicromapTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp1301 DisplayModePropertiesVector modes; in testCreateDisplayModeKHR() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_builtins.cpp1405 const auto* modes = _.GetExecutionModes(entry_point); in ValidateFragDepthAtReference() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_builtins.cpp1405 const auto* modes = _.GetExecutionModes(entry_point); in ValidateFragDepthAtReference() local
/third_party/skia/tests/
H A DSurfaceTest.cpp621 SkSurface::ContentChangeMode modes[] = in DEF_TEST() local
630 SkSurface::ContentChangeMode modes[] = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/gm/
H A Dgradients.cpp988 static constexpr SkTileMode modes[] = { SkTileMode::kClamp, in DEF_SIMPLE_GM() local
1045 static const SkTileMode modes[] = { in DEF_SIMPLE_GM() local
/third_party/skia/dm/
H A DDM.cpp664 const BRDSrc::Mode modes[] = { BRDSrc::kFullImage_Mode, BRDSrc::kDivisor_Mode, }; in push_brd_srcs() local
/third_party/spirv-tools/source/val/
H A Dvalidate_builtins.cpp1424 const auto* modes = _.GetExecutionModes(entry_point); in ValidateFragDepthAtReference() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingOpacityMicromapTests.cpp807 } modes[] = in createOpacityMicromapTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTests.cpp1301 DisplayModePropertiesVector modes; in testCreateDisplayModeKHR() local
[all...]
H A DvktWsiSurfaceTests.cpp880 void validateSurfacePresentModes (tcu::ResultCollector& results, Type wsiType, const vector<VkPresentModeKHR>& modes) in validateSurfacePresentModes() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.c1211 int ieee80211_is_dfs(int freq, const struct hostapd_hw_modes *modes, in ieee80211_is_dfs() argument
/third_party/ffmpeg/libavcodec/
H A Dvorbisdec.c151 vorbis_mode *modes; member
[all...]
H A Dvorbisenc.c135 vorbis_enc_mode *modes; member
[all...]
/third_party/backends/backend/
H A Dsharp.h243 SANE_Int modes; member
H A Dnec.h234 SANE_Int modes; member

Completed in 57 milliseconds

123456789