| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-wasm-objects.cc | 426 auto values = isolate->factory()->NewFixedArray(count + 2); in Create() local 477 auto values = isolate->factory()->NewFixedArray(count); Create() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_state.c | 185 noop_set_inlinable_constants(struct pipe_context *ctx, enum pipe_shader_type shader, uint num_values, uint32_t *values) noop_set_inlinable_constants() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_text.c | 1217 parse_immediate_data(struct translate_ctx *ctx, unsigned type, union tgsi_immediate_data *values) parse_immediate_data() argument 1770 uint values[8]; parse_property() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_draw.cpp | 351 fill_graphics_state_vars(struct d3d12_context *ctx, const struct pipe_draw_info *dinfo, unsigned drawid, const struct pipe_draw_start_count_bias *draw, struct d3d12_shader *shader, uint32_t *values, struct d3d12_cmd_signature_key *cmd_sig_key) fill_graphics_state_vars() argument 412 fill_compute_state_vars(struct d3d12_context *ctx, const struct pipe_grid_info *info, struct d3d12_shader *shader, uint32_t *values, struct d3d12_cmd_signature_key *cmd_sig_key) fill_compute_state_vars() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir.c | 377 nir_const_value values[] = { in get_src() local
|
| /third_party/libabigail/src/ |
| H A D | abg-ini.cc | 382 list_property_value::list_property_value(const vector<string>& values) in list_property_value() argument 403 list_property_value::set_content(const vector<string>& values) in set_content() argument 1472 vector<property_value_sptr> values; in read_tuple_property_value() local [all...] |
| /third_party/protobuf/conformance/ |
| H A D | binary_json_conformance_suite.cc | 747 TestValidDataForType( FieldDescriptor::Type type, std::vector<std::pair<std::string, std::string>> values) TestValidDataForType() argument 909 std::vector<std::string> values = { TestValidDataForRepeatedScalarMessage() local [all...] |
| /third_party/python/Lib/collections/ |
| H A D | __init__.py | 225 def values(self): member in OrderedDict [all...] |
| /third_party/python/Lib/importlib/metadata/ |
| H A D | __init__.py | 462 def values(self): member in Deprecated
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 515 std::string makeArray(const std::string& type, const std::vector<deUint64>& values) in makeArray() argument 529 std::string makeU8Array(const std::vector<deUint64>& values) in makeU8Array() argument 534 std::string makeU16Array(const std::vector<deUint64>& values) in makeU16Array() argument 539 std::string makeU32Array(const std::vector<deUint64>& values) in makeU32Array() argument 1044 std::vector<std::string> values; global() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 76 const std::vector<uint32_t> values = in getCondValues() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderCommonFunctionTests.cpp | 633 infNanRandomFloats(int numValues, void* const* values, const char *name, const ShaderSpec& spec) infNanRandomFloats() argument [all...] |
| H A D | vktShaderFConvertTests.cpp | 197 std::vector<T> values; in getInputValues() local 351 packFloats(const std::vector<T>& values, size_t vectorLength) packFloats() argument 385 std::vector<T> values; unpackFloats() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
| H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 537 std::string makeArray(const std::string& type, const std::vector<deUint64>& values) in makeArray() argument 551 std::string makeU8Array(const std::vector<deUint64>& values) in makeU8Array() argument 556 std::string makeU16Array(const std::vector<deUint64>& values) in makeU16Array() argument 561 std::string makeU32Array(const std::vector<deUint64>& values) in makeU32Array() argument 1060 std::vector<std::string> values; global() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 76 const std::vector<uint32_t> values = in getCondValues() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_0_params.cpp | 470 CaptureGetSynciv_length(const State &glState, bool isCallValid, GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values, ParamCapture *paramCapture) CaptureGetSynciv_length() argument 485 CaptureGetSynciv_values(const State &glState, bool isCallValid, GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values, ParamCapture *paramCapture) CaptureGetSynciv_values() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
| H A D | esextcTestCaseBase.cpp | 409 va_list values; in buildProgramVA() local
|
| /third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
| H A D | parser.cc | 206 std::vector<Value> values; in ParseBufferData() local 2429 std::vector<Value> values; in ParseBufferInitializerFill() local 2908 ParseValues(const std::string& name, Format* fmt, std::vector<Value>* values) ParseValues() argument 3216 std::vector<Value> values; ParseExpect() local [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
| H A D | command_parser.cc | 624 std::vector<Value> values; in ProcessSSBO() local 484 ParseValues(const std::string& name, Format* fmt, std::vector<Value>* values) ParseValues() argument 786 std::vector<Value> values; ProcessUniform() local 2110 std::vector<Value> values; ProcessProbeSSBO() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_egl_ext_autogen.cpp | 81 EGL_GetCompositorTimingANDROID(EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) EGL_GetCompositorTimingANDROID() argument 147 EGL_GetFrameTimestampsANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values) EGL_GetFrameTimestampsANDROID() argument [all...] |
| H A D | egl_ext_stubs.cpp | 278 GetCompositorTimingANDROID(Thread *thread, Display *display, Surface *eglSurface, EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) GetCompositorTimingANDROID() argument 320 GetFrameTimestampsANDROID(Thread *thread, Display *display, Surface *eglSurface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values) GetFrameTimestampsANDROID() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | ANGLEPerfTest.cpp | 218 double ComputeMean(const std::vector<double> &values) in ComputeMean() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrGpu.cpp | 850 void GrGpu::Stats::dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) { in dumpKeyValuePairs() argument
|
| /third_party/skia/src/gpu/ops/ |
| H A D | ShadowRRectOp.cpp | 689 unsigned char* values = (unsigned char*)bitmap.getPixels(); in create_falloff_texture() local
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.h | 189 ContainerType values; member in spv::EnumValuesContainer
|