/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ilist_node.h | 177 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function 183 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function 224 static pointer getValuePtr(node_type *N) { in getValuePtr() function 225 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr() 228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function 229 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
|
D | ilist_iterator.h | 140 return *Access::getValuePtr(NodePtr);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_node.h | 172 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function 177 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function 213 static pointer getValuePtr(node_type *N) { in getValuePtr() function 214 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr() 216 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function 217 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
|
D | ilist_iterator.h | 127 return *Access::getValuePtr(NodePtr);
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ilist_node.h | 177 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function 183 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function 224 static pointer getValuePtr(node_type *N) { in getValuePtr() function 225 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr() 228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function 229 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
|
D | ilist_iterator.h | 139 return *Access::getValuePtr(NodePtr);
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.cpp | 381 case 1: glUniform1fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue() 382 case 2: glUniform2fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue() 383 case 3: glUniform3fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue() 384 case 4: glUniform4fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue() 395 case 1: glUniform1iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue() 396 case 2: glUniform2iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue() 397 case 3: glUniform3iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue() 398 case 4: glUniform4iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue()
|
D | glsFragOpInteractionCase.cpp | 338 case 1: ctx.uniform1fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue() 339 case 2: ctx.uniform2fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue() 340 case 3: ctx.uniform3fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue() 341 case 4: ctx.uniform4fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue() 352 case 1: ctx.uniform1iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue() 353 case 2: ctx.uniform2iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue() 354 case 3: ctx.uniform3iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue() 355 case 4: ctx.uniform4iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue()
|
/external/llvm-project/clang-tools-extra/clangd/support/ |
D | Context.h | 104 return static_cast<const Type *>(DataPtr->Value->getValuePtr()); in get() 158 virtual void *getValuePtr() = 0; 168 void *getValuePtr() override { return &Value; } in getValuePtr() function
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableValue.hpp | 80 const Scalar* getValuePtr (void) const { return m_value; } in getValuePtr() function in rsg::StridedValueRead 172 std::copy(valueRead.getValuePtr(), valueRead.getValuePtr() + scalarSize*Stride, this->m_value); in operator =() 176 …alue + scalarNdx*Stride, this->m_value + (scalarNdx+1)*Stride, valueRead.getValuePtr()[scalarNdx]); in operator =()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | BlockSupport.h | 208 static pointer getValuePtr(node_type *N); 209 static const_pointer getValuePtr(const node_type *N);
|
/external/llvm-project/mlir/lib/IR/ |
D | Operation.cpp | 428 ::mlir::Operation>::type>::getValuePtr(node_type *N) -> pointer { in getValuePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type 429 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr() 434 ::mlir::Operation>::type>::getValuePtr(const node_type *N) in getValuePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type 436 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
|