Home
last modified time | relevance | path

Searched defs:out_value (Results 1 – 20 of 20) sorted by relevance

/third_party/gn/src/base/
Dvalues.cc473 bool Value::GetAsList(ListValue** out_value) { in GetAsList()
489 bool Value::GetAsDictionary(DictionaryValue** out_value) { in GetAsDictionary()
769 bool DictionaryValue::Get(std::string_view path, Value** out_value) { in Get()
837 bool DictionaryValue::GetBinary(std::string_view path, Value** out_value) { in GetBinary()
856 DictionaryValue** out_value) { in GetDictionary()
874 bool DictionaryValue::GetList(std::string_view path, ListValue** out_value) { in GetList()
892 Value** out_value) { in GetWithoutPathExpansion()
951 DictionaryValue** out_value) { in GetDictionaryWithoutPathExpansion()
973 ListValue** out_value) { in GetListWithoutPathExpansion()
979 std::unique_ptr<Value>* out_value) { in Remove()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dcayman_msaa.c83 unsigned sample_index, float *out_value) in cayman_get_sample_position()
Dr600_state.c1252 float *out_value) in r600_get_sample_position()
Devergreen_state.c1623 float *out_value) in evergreen_get_sample_position()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay_params.c116 parse_string(const char *s, char *out_param, char *out_value) in parse_string()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_msaa.c123 unsigned sample_index, float *out_value) in si_get_sample_position()
/third_party/node/deps/v8/src/compiler/
Dnode-properties.h133 static bool IsValueIdentity(Node* node, Node** out_value) { in IsValueIdentity()
Dcode-assembler.cc332 int32_t* out_value) { in TryToInt32Constant()
355 int64_t* out_value) { in TryToInt64Constant()
361 bool CodeAssembler::TryToSmiConstant(TNode<Smi> tnode, Smi* out_value) { in TryToSmiConstant()
369 bool CodeAssembler::TryToSmiConstant(TNode<IntegralT> node, Smi* out_value) { in TryToSmiConstant()
381 bool CodeAssembler::TryToIntPtrConstant(TNode<Smi> tnode, intptr_t* out_value) { in TryToIntPtrConstant()
391 intptr_t* out_value) { in TryToIntPtrConstant()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_gs.cpp264 auto out_value = value_factory().src_vec4(instr->src[0], pin_group, src_swz); in store_output() local
Dsfn_shader_vs.cpp209 RegisterVec4 out_value = m_parent->value_factory().temp_vec4(pin_group, swizzle); in emit_varying_pos() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1650 void readBaseTypeFromUnsignedChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromUnsignedChannel()
1671 void readBaseTypeFromSignedChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromSignedChannel()
1693 void readBaseTypeFromFloatChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromFloatChannel()
1710 void readBaseTypeFromHalfFloatChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromHalfFloatChannel()
1736 void read3Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read3Channel()
1797 void read4Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read4Channel()
1852 void read11F_11F_10F_Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read11F_11F_10F_Channel()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c152 float *out_value) in crocus_get_sample_position()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c142 float *out_value) in iris_get_sample_position()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c259 float *out_value) in llvmpipe_get_sample_position()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c369 float *out_value) in noop_get_sample_position()
/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1941 float *out_value) in radv_get_sample_position()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c725 float *out_value) in dd_context_get_sample_position()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1508 float *out_value) in virgl_get_sample_position()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c4606 float *out_value) in panfrost_get_sample_position()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c1016 float *out_value) in zink_get_sample_position()