/third_party/node/deps/v8/src/builtins/ |
D | builtins-ic-gen.cc | 13 void Builtins::Generate_LoadIC(compiler::CodeAssemblerState* state) { in Generate_LoadIC() 18 compiler::CodeAssemblerState* state) { in Generate_LoadIC_Megamorphic() 22 void Builtins::Generate_LoadIC_Noninlined(compiler::CodeAssemblerState* state) { in Generate_LoadIC_Noninlined() 26 void Builtins::Generate_LoadIC_NoFeedback(compiler::CodeAssemblerState* state) { in Generate_LoadIC_NoFeedback() 30 void Builtins::Generate_LoadICTrampoline(compiler::CodeAssemblerState* state) { in Generate_LoadICTrampoline() 34 void Builtins::Generate_LoadICBaseline(compiler::CodeAssemblerState* state) { in Generate_LoadICBaseline() 39 compiler::CodeAssemblerState* state) { in Generate_LoadICTrampoline_Megamorphic() 43 void Builtins::Generate_LoadSuperIC(compiler::CodeAssemblerState* state) { in Generate_LoadSuperIC() 48 compiler::CodeAssemblerState* state) { in Generate_LoadSuperICBaseline() 52 void Builtins::Generate_KeyedLoadIC(compiler::CodeAssemblerState* state) { in Generate_KeyedLoadIC() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 108 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state) in trace_dump_rasterizer_state() 175 void trace_dump_poly_stipple(const struct pipe_poly_stipple *state) in trace_dump_poly_stipple() 197 void trace_dump_viewport_state(const struct pipe_viewport_state *state) in trace_dump_viewport_state() 216 void trace_dump_scissor_state(const struct pipe_scissor_state *state) in trace_dump_scissor_state() 237 void trace_dump_clip_state(const struct pipe_clip_state *state) in trace_dump_clip_state() 265 void trace_dump_shader_state(const struct pipe_shader_state *state) in trace_dump_shader_state() 327 void trace_dump_compute_state(const struct pipe_compute_state *state) in trace_dump_compute_state() 359 void trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state) in trace_dump_depth_stencil_alpha_state() 402 static void trace_dump_rt_blend_state(const struct pipe_rt_blend_state *state) in trace_dump_rt_blend_state() 421 void trace_dump_blend_state(const struct pipe_blend_state *state) in trace_dump_blend_state() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | duration_benchmark.cc | 35 void BM_Duration_Factory_Nanoseconds(benchmark::State& state) { in BM_Duration_Factory_Nanoseconds() 44 void BM_Duration_Factory_Microseconds(benchmark::State& state) { in BM_Duration_Factory_Microseconds() 53 void BM_Duration_Factory_Milliseconds(benchmark::State& state) { in BM_Duration_Factory_Milliseconds() 62 void BM_Duration_Factory_Seconds(benchmark::State& state) { in BM_Duration_Factory_Seconds() 71 void BM_Duration_Factory_Minutes(benchmark::State& state) { in BM_Duration_Factory_Minutes() 80 void BM_Duration_Factory_Hours(benchmark::State& state) { in BM_Duration_Factory_Hours() 89 void BM_Duration_Factory_DoubleNanoseconds(benchmark::State& state) { in BM_Duration_Factory_DoubleNanoseconds() 98 void BM_Duration_Factory_DoubleMicroseconds(benchmark::State& state) { in BM_Duration_Factory_DoubleMicroseconds() 107 void BM_Duration_Factory_DoubleMilliseconds(benchmark::State& state) { in BM_Duration_Factory_DoubleMilliseconds() 116 void BM_Duration_Factory_DoubleSeconds(benchmark::State& state) { in BM_Duration_Factory_DoubleSeconds() [all …]
|
D | time_benchmark.cc | 37 void BM_Time_Arithmetic(benchmark::State& state) { in BM_Time_Arithmetic() 52 void BM_Time_Difference(benchmark::State& state) { in BM_Time_Difference() 72 void BM_Time_ToDateTime_Absl(benchmark::State& state) { in BM_Time_ToDateTime_Absl() 85 void BM_Time_ToDateTime_Libc(benchmark::State& state) { in BM_Time_ToDateTime_Libc() 102 void BM_Time_ToDateTimeUTC_Absl(benchmark::State& state) { in BM_Time_ToDateTimeUTC_Absl() 112 void BM_Time_ToDateTimeUTC_Libc(benchmark::State& state) { in BM_Time_ToDateTimeUTC_Libc() 130 void BM_Time_FromUnixMicros(benchmark::State& state) { in BM_Time_FromUnixMicros() 139 void BM_Time_ToUnixNanos(benchmark::State& state) { in BM_Time_ToUnixNanos() 147 void BM_Time_ToUnixMicros(benchmark::State& state) { in BM_Time_ToUnixMicros() 155 void BM_Time_ToUnixMillis(benchmark::State& state) { in BM_Time_ToUnixMillis() [all …]
|
D | civil_time_benchmark.cc | 41 void BM_Difference_Days(benchmark::State& state) { in BM_Difference_Days() 51 void BM_Step_Days(benchmark::State& state) { in BM_Step_Days() 60 void BM_Format(benchmark::State& state) { in BM_Format() 69 void BM_Parse(benchmark::State& state) { in BM_Parse() 79 void BM_RoundTripFormatParse(benchmark::State& state) { in BM_RoundTripFormatParse() 90 void BM_CivilTimeAbslHash(benchmark::State& state) { in BM_CivilTimeAbslHash() 102 void BM_CivilYearAbslHash(benchmark::State& state) { in BM_CivilYearAbslHash() 105 void BM_CivilMonthAbslHash(benchmark::State& state) { in BM_CivilMonthAbslHash() 108 void BM_CivilDayAbslHash(benchmark::State& state) { in BM_CivilDayAbslHash() 111 void BM_CivilHourAbslHash(benchmark::State& state) { in BM_CivilHourAbslHash() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ParsingPrimitives.cs | 63 public static int ParseLength(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseLength() 72 public static uint ParseTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseTag() 132 …ic static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, uint … in MaybeConsumeTag() 147 public static uint PeekTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in PeekTag() 164 … public static ulong ParseRawVarint64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint64() 193 …static ulong ParseRawVarint64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint64SlowPath() 218 … public static uint ParseRawVarint32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint32() 274 … static uint ParseRawVarint32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint32SlowPath() 325 …ic static uint ParseRawLittleEndian32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawLittleEndian32() 340 …c uint ParseRawLittleEndian32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawLittleEndian32SlowPath() [all …]
|
D | WritingPrimitives.cs | 56 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble() 64 …public static unsafe void WriteFloat(ref Span<byte> buffer, ref WriterInternalState state, float v… in WriteFloat() 86 … static unsafe void WriteFloatSlowPath(ref Span<byte> buffer, ref WriterInternalState state, float… in WriteFloatSlowPath() 107 … public static void WriteUInt64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteUInt64() 115 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64() 123 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32() 139 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64() 147 … public static void WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteFixed32() 155 … public static void WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) in WriteBool() 164 … public static void WriteString(ref Span<byte> buffer, ref WriterInternalState state, string value) in WriteString() [all …]
|
/third_party/benchmark/bindings/python/google_benchmark/ |
D | example.py | 31 def empty(state): argument 37 def sum_million(state): argument 42 def pause_timing(state): argument 54 def skipped(state): argument 63 def manual_timing(state): argument 74 def custom_counters(state): argument 98 def with_options(state): argument 105 def with_options2(state): argument 113 def passing_argument(state): argument 120 def using_range(state): argument [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 189 explicit ComplexityGuard(State *state) : state_(state) { in ComplexityGuard() 256 static void InitState(State *state, const char *mangled, char *out, in InitState() 272 static inline const char *RemainingInput(State *state) { in RemainingInput() 279 static bool ParseOneCharToken(State *state, const char one_char_token) { in ParseOneCharToken() 282 if (RemainingInput(state)[0] == one_char_token) { in ParseOneCharToken() local 292 static bool ParseTwoCharToken(State *state, const char *two_char_token) { in ParseTwoCharToken() 305 static bool ParseCharClass(State *state, const char *char_class) { in ParseCharClass() 308 if (RemainingInput(state)[0] == '\0') { in ParseCharClass() local 321 static bool ParseDigit(State *state, int *digit) { in ParseDigit() 337 static bool OneOrMore(ParseFunc parse_func, State *state) { in OneOrMore() [all …]
|
/third_party/musl/Benchmark/musl/ |
D | libc_pthread.cpp | 29 static void Bm_function_pthread_mutexattr_settype(benchmark::State &state) in Bm_function_pthread_mutexattr_settype() 39 static void Bm_function_pthread_mutex_trylock_fast(benchmark::State &state) in Bm_function_pthread_mutex_trylock_fast() 54 static void Bm_function_pthread_mutex_trylock_errchk(benchmark::State &state) in Bm_function_pthread_mutex_trylock_errchk() 69 static void Bm_function_pthread_mutex_trylock_rec(benchmark::State &state) in Bm_function_pthread_mutex_trylock_rec() 84 static void Bm_function_pthread_mutex_trylock_pi_fast(benchmark::State &state) in Bm_function_pthread_mutex_trylock_pi_fast() 99 static void Bm_function_pthread_mutex_trylock_pi_errorcheck(benchmark::State &state) in Bm_function_pthread_mutex_trylock_pi_errorcheck() 114 static void Bm_function_pthread_mutex_trylock_pi_rec(benchmark::State &state) in Bm_function_pthread_mutex_trylock_pi_rec() 129 static void Bm_function_pthread_mutex_timedlock_fast(benchmark::State &state) in Bm_function_pthread_mutex_timedlock_fast() 145 static void Bm_function_pthread_mutex_timedlock_errchk(benchmark::State &state) in Bm_function_pthread_mutex_timedlock_errchk() 162 static void Bm_function_pthread_mutex_timedlock_rec(benchmark::State &state) in Bm_function_pthread_mutex_timedlock_rec() [all …]
|
D | libc_math.cpp | 36 static void Bm_function_Copysignl_Allpositive(benchmark::State &state) in Bm_function_Copysignl_Allpositive() 45 static void Bm_function_Copysignl_Allnegative(benchmark::State &state) in Bm_function_Copysignl_Allnegative() 54 static void Bm_function_Copysignl_Np(benchmark::State &state) in Bm_function_Copysignl_Np() 63 static void Bm_function_Copysignl_Pn(benchmark::State &state) in Bm_function_Copysignl_Pn() 73 static void Bm_function_Fmodl(benchmark::State &state) in Bm_function_Fmodl() 82 static void Bm_function_Fmodf(benchmark::State &state) in Bm_function_Fmodf() 91 static void Bm_function_Exp(benchmark::State &state) in Bm_function_Exp() 100 static void Bm_function_Log(benchmark::State &state) in Bm_function_Log() 109 static void Bm_function_Cos(benchmark::State &state) in Bm_function_Cos() 119 static void Bm_function_Frexpl(benchmark::State &state) in Bm_function_Frexpl() [all …]
|
D | libc_ctype.cpp | 28 static void Bm_function_Tolower_a(benchmark::State &state) in Bm_function_Tolower_a() 37 static void Bm_function_Tolower_A(benchmark::State &state) in Bm_function_Tolower_A() 46 static void Bm_function_Tolower_all_ascii(benchmark::State &state) in Bm_function_Tolower_all_ascii() 56 static void Bm_function_Isspace_space(benchmark::State &state) in Bm_function_Isspace_space() 64 static void Bm_function_Isspace_all_ascii(benchmark::State &state) in Bm_function_Isspace_all_ascii() 74 static void Bm_function_Isalnum_a(benchmark::State &state) in Bm_function_Isalnum_a() 82 static void Bm_function_Isalnum_A(benchmark::State &state) in Bm_function_Isalnum_A() 90 static void Bm_function_Isalnum_0(benchmark::State &state) in Bm_function_Isalnum_0() 98 static void Bm_function_Isalnum_all_ascii(benchmark::State &state) in Bm_function_Isalnum_all_ascii() 109 static void Bm_function_Isxdigit(benchmark::State &state) in Bm_function_Isxdigit() [all …]
|
D | libc_stdio.cpp | 62 static void Bm_function_Fopen_read(benchmark::State &state) in Bm_function_Fopen_read() 78 static void Bm_function_Fopen_write(benchmark::State &state) in Bm_function_Fopen_write() 94 static void Bm_function_Fopen_append(benchmark::State &state) in Bm_function_Fopen_append() 110 static void Bm_function_Fopen_rplus(benchmark::State &state) in Bm_function_Fopen_rplus() 126 static void Bm_function_Fopen_wplus(benchmark::State &state) in Bm_function_Fopen_wplus() 142 static void Bm_function_Fopen_append_plus(benchmark::State &state) in Bm_function_Fopen_append_plus() 158 static void Bm_function_Fopen_rb(benchmark::State &state) in Bm_function_Fopen_rb() 174 static void Bm_function_Fopen_wb(benchmark::State &state) in Bm_function_Fopen_wb() 190 static void Bm_function_Fopen_ab(benchmark::State &state) in Bm_function_Fopen_ab() 206 static void Bm_function_Fopen_rb_plus(benchmark::State &state) in Bm_function_Fopen_rb_plus() [all …]
|
D | libc_errno.cpp | 24 static void Bm_function_Strerror_noerror(benchmark::State &state) in Bm_function_Strerror_noerror() 33 static void Bm_function_Strerror_enoent(benchmark::State &state) in Bm_function_Strerror_enoent() 42 static void Bm_function_Strerror_enomem(benchmark::State &state) in Bm_function_Strerror_enomem() 51 static void Bm_function_Strerror_eacces(benchmark::State &state) in Bm_function_Strerror_eacces() 60 static void Bm_function_Strerror_eexist(benchmark::State &state) in Bm_function_Strerror_eexist() 69 static void Bm_function_Strerror_einval(benchmark::State &state) in Bm_function_Strerror_einval() 78 static void Bm_function_Strerror_erofs(benchmark::State &state) in Bm_function_Strerror_erofs() 87 static void Bm_function_Strerror_etimeout(benchmark::State &state) in Bm_function_Strerror_etimeout() 97 static void Bm_function_Strerror_r_noerror(benchmark::State &state) in Bm_function_Strerror_r_noerror() 106 static void Bm_function_Strerror_r_enoent(benchmark::State &state) in Bm_function_Strerror_r_enoent() [all …]
|
D | libc_unistd.cpp | 55 void ReadWriteTest(benchmark::State& state, bool isRead) in ReadWriteTest() 85 void PreadWriteTest(benchmark::State &state, Fn f, bool buffered) in PreadWriteTest() 103 static void Bm_function_Getpid(benchmark::State &state) in Bm_function_Getpid() 113 static void Bm_function_Geteuid(benchmark::State &state) in Bm_function_Geteuid() 123 static void Bm_function_Close(benchmark::State &state) in Bm_function_Close() 139 static void Bm_function_Usleep(benchmark::State &state) in Bm_function_Usleep() 147 void Bm_function_Pwrite64(benchmark::State &state) in Bm_function_Pwrite64() 152 void Bm_function_Pread64(benchmark::State &state) in Bm_function_Pread64() 158 static void Bm_function_Readlink(benchmark::State &state) in Bm_function_Readlink() 174 static void Bm_function_Readlinkat(benchmark::State &state) in Bm_function_Readlinkat() [all …]
|
D | libc_time.cpp | 31 static void Bm_function_Nanosleep_0ns(benchmark::State &state) in Bm_function_Nanosleep_0ns() 41 static void Bm_function_Nanosleep_10ns(benchmark::State &state) in Bm_function_Nanosleep_10ns() 51 static void Bm_function_Nanosleep_100ns(benchmark::State &state) in Bm_function_Nanosleep_100ns() 62 static void Bm_function_Tzset(benchmark::State &state) in Bm_function_Tzset() 68 static void Bm_function_Clock_nanosleep_realtime(benchmark::State &state) in Bm_function_Clock_nanosleep_realtime() 78 static void Bm_function_Clock_nanosleep_realtime_raw(benchmark::State &state) in Bm_function_Clock_nanosleep_realtime_raw() 88 static void Bm_function_Clock_nanosleep_realtime_coarse(benchmark::State &state) in Bm_function_Clock_nanosleep_realtime_coarse() 98 static void Bm_function_Clock_nanosleep_monotonic(benchmark::State &state) in Bm_function_Clock_nanosleep_monotonic() 107 static void Bm_function_Clock_nanosleep_monotonic_coarse(benchmark::State &state) in Bm_function_Clock_nanosleep_monotonic_coarse() 116 static void Bm_function_Clock_nanosleep_monotonic_raw(benchmark::State &state) in Bm_function_Clock_nanosleep_monotonic_raw() [all …]
|
D | libc_locale.cpp | 41 static void Bm_function_Setlocale_All(benchmark::State &state) in Bm_function_Setlocale_All() 49 static void Bm_function_Setlocale_All1(benchmark::State &state) in Bm_function_Setlocale_All1() 57 static void Bm_function_Setlocale_All2(benchmark::State &state) in Bm_function_Setlocale_All2() 65 static void Bm_function_Setlocale_Collate(benchmark::State &state) in Bm_function_Setlocale_Collate() 73 static void Bm_function_Setlocale_Ctype(benchmark::State &state) in Bm_function_Setlocale_Ctype() 81 static void Bm_function_Setlocale_Time(benchmark::State &state) in Bm_function_Setlocale_Time() 89 static void Bm_function_Locale_nl_langinfo(benchmark::State &state) in Bm_function_Locale_nl_langinfo() 96 static void Bm_function_Locale_localeconv(benchmark::State &state) in Bm_function_Locale_localeconv() 103 static void Bm_function_Uselocale(benchmark::State &state) in Bm_function_Uselocale()
|
/third_party/benchmark/test/ |
D | reporter_output_test.cc | 67 void BM_basic(benchmark::State& state) { in BM_basic() 93 void BM_bytes_per_second(benchmark::State& state) { in BM_bytes_per_second() 125 void BM_items_per_second(benchmark::State& state) { in BM_items_per_second() 157 void BM_label(benchmark::State& state) { in BM_label() 186 void BM_time_label_nanosecond(benchmark::State& state) { in BM_time_label_nanosecond() 209 void BM_time_label_microsecond(benchmark::State& state) { in BM_time_label_microsecond() 232 void BM_time_label_millisecond(benchmark::State& state) { in BM_time_label_millisecond() 255 void BM_time_label_second(benchmark::State& state) { in BM_time_label_second() 281 void BM_error(benchmark::State& state) { in BM_error() 306 void BM_no_arg_name(benchmark::State& state) { in BM_no_arg_name() [all …]
|
D | basic_test.cc | 6 void BM_empty(benchmark::State& state) { in BM_empty() 15 void BM_spin_empty(benchmark::State& state) { in BM_spin_empty() 25 void BM_spin_pause_before(benchmark::State& state) { in BM_spin_pause_before() 38 void BM_spin_pause_during(benchmark::State& state) { in BM_spin_pause_during() 53 void BM_pause_during(benchmark::State& state) { in BM_pause_during() 64 void BM_spin_pause_after(benchmark::State& state) { in BM_spin_pause_after() 77 void BM_spin_pause_before_and_after(benchmark::State& state) { in BM_spin_pause_before_and_after() 93 void BM_empty_stop_start(benchmark::State& state) { in BM_empty_stop_start() 100 void BM_KeepRunning(benchmark::State& state) { in BM_KeepRunning() 110 void BM_KeepRunningBatch(benchmark::State& state) { in BM_KeepRunningBatch() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | memutil_benchmark.cc | 97 void BM_Memmem(benchmark::State& state) { in BM_Memmem() 106 void BM_MemmemMedium(benchmark::State& state) { in BM_MemmemMedium() 115 void BM_MemmemPathological(benchmark::State& state) { in BM_MemmemPathological() 125 void BM_Memcasemem(benchmark::State& state) { in BM_Memcasemem() 134 void BM_MemcasememMedium(benchmark::State& state) { in BM_MemcasememMedium() 143 void BM_MemcasememPathological(benchmark::State& state) { in BM_MemcasememPathological() 157 void BM_Search(benchmark::State& state) { in BM_Search() 167 void BM_SearchMedium(benchmark::State& state) { in BM_SearchMedium() 177 void BM_SearchPathological(benchmark::State& state) { in BM_SearchPathological() 187 void BM_Searchcase(benchmark::State& state) { in BM_Searchcase() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | cctz_benchmark.cc | 32 void BM_Difference_Days(benchmark::State& state) { in BM_Difference_Days() 41 void BM_Step_Days(benchmark::State& state) { in BM_Step_Days() 50 void BM_GetWeekday(benchmark::State& state) { in BM_GetWeekday() 58 void BM_NextWeekday(benchmark::State& state) { in BM_NextWeekday() 79 void BM_PrevWeekday(benchmark::State& state) { in BM_PrevWeekday() 721 void BM_Zone_LoadUTCTimeZoneFirst(benchmark::State& state) { in BM_Zone_LoadUTCTimeZoneFirst() 731 void BM_Zone_LoadUTCTimeZoneLast(benchmark::State& state) { in BM_Zone_LoadUTCTimeZoneLast() 742 void BM_Zone_LoadTimeZoneFirst(benchmark::State& state) { in BM_Zone_LoadTimeZoneFirst() 754 void BM_Zone_LoadTimeZoneCached(benchmark::State& state) { in BM_Zone_LoadTimeZoneCached() 765 void BM_Zone_LoadLocalTimeZoneCached(benchmark::State& state) { in BM_Zone_LoadLocalTimeZoneCached() [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_clone.c | 57 init_clone_state(clone_state *state, struct hash_table *remap_table, in init_clone_state() 73 free_clone_state(clone_state *state) in free_clone_state() 79 _lookup_ptr(clone_state *state, const void *ptr, bool global) in _lookup_ptr() 104 add_remap(clone_state *state, void *nptr, const void *ptr) in add_remap() 110 remap_local(clone_state *state, const void *ptr) in remap_local() 116 remap_global(clone_state *state, const void *ptr) in remap_global() 122 remap_reg(clone_state *state, const nir_register *reg) in remap_reg() 128 remap_var(clone_state *state, const nir_variable *var) in remap_var() 183 clone_variable(clone_state *state, const nir_variable *var) in clone_variable() 193 clone_var_list(clone_state *state, struct exec_list *dst, in clone_var_list() [all …]
|
D | nir_lower_gs_intrinsics.c | 57 struct state { struct 80 rewrite_emit_vertex(nir_intrinsic_instr *intrin, struct state *state) in rewrite_emit_vertex() 148 overwrite_incomplete_primitives(struct state *state, unsigned stream) in overwrite_incomplete_primitives() 202 rewrite_end_primitive(nir_intrinsic_instr *intrin, struct state *state) in rewrite_end_primitive() 245 rewrite_intrinsics(nir_block *block, struct state *state) in rewrite_intrinsics() 275 append_set_vertex_and_primitive_count(nir_block *end_block, struct state *state) in append_set_vertex_and_primitive_count() 386 struct state state; in nir_lower_gs_intrinsics() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | VertexStateValidationTests.cpp | 23 const utils::ComboVertexState& state, in CreatePipeline() 55 utils::ComboVertexState state; in TEST_F() local 61 utils::ComboVertexState state; in TEST_F() local 90 utils::ComboVertexState state; in TEST_F() local 130 utils::ComboVertexState state; in TEST_F() local 145 utils::ComboVertexState state; in TEST_F() local 166 utils::ComboVertexState state; in TEST_F() local 183 utils::ComboVertexState state; in TEST_F() local 200 utils::ComboVertexState state; in TEST_F() local 214 utils::ComboVertexState state; in TEST_F() local [all …]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pm4.c | 30 static void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode) in si_pm4_cmd_begin() 40 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_cmd_add() 49 static void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate) in si_pm4_cmd_end() 56 static void si_pm4_set_reg_custom(struct si_pm4_state *state, unsigned reg, uint32_t val, in si_pm4_set_reg_custom() 77 void si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val) in si_pm4_set_reg() 107 void si_pm4_set_reg_idx3(struct si_pm4_state *state, unsigned reg, uint32_t val) in si_pm4_set_reg_idx3() 114 void si_pm4_clear_state(struct si_pm4_state *state) in si_pm4_clear_state() 119 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state() 137 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) in si_pm4_emit() 161 struct si_pm4_state *state = sctx->queued.array[i]; in si_pm4_reset_emitted() local
|