Home
last modified time | relevance | path

Searched refs:value_vector (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/test/Conversion/SPIRVToLLVM/
Dfunc-ops-to-llvm.mlir73 …// CHECK: llvm.call @value_vector(%[[ARG3]], %[[ARG4]]) : (!llvm.vec<2 x i64>, !llvm.vec<2 x float…
77 …%1 = spv.FunctionCall @value_vector(%arg3, %arg4) : (vector<2xi64>, vector<2xf32>) -> vector<2xf32>
93 spv.func @value_vector(%arg0: vector<2xi64>, %arg1: vector<2xf32>) -> vector<2xf32> "None" {
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp2223 glw::GLfloat value_vector[4] = { value, 0, 0, 0 }; in ClearColor() local
2225 gl.clearNamedFramebufferfv(m_fbo, buffer, drawbuffer, value_vector); in ClearColor()
2253 glw::GLint value_vector[4] = { value, 0, 0, 0 }; in ClearColor() local
2255 gl.clearNamedFramebufferiv(m_fbo, buffer, drawbuffer, value_vector); in ClearColor()
2283 glw::GLuint value_vector[4] = { value, 0, 0, 0 }; in ClearColor() local
2285 gl.clearNamedFramebufferuiv(m_fbo, buffer, drawbuffer, value_vector); in ClearColor()