• Home
  • Raw
  • Download

Lines Matching +full:gallium +full:- +full:opencl

16 ---------
27 ----------------
32 coordinate normalization and wrap modes, and in fact efficient OpenCL
55 …fted by the several later GL transform feedback extensions? How does one advertise that in Gallium?
74 - Binding to stream out requires GL 3.0 or :ext:`GL_NV_transform_feedback`
75 - Binding as constant buffers requires GL 3.1 or :ext:`GL_ARB_uniform_buffer_object`
76 - Binding to a sampling stage requires GL 3.1 or :ext:`GL_ARB_texture_buffer_object`
79 - Binding to a render target requires D3D_FEATURE_LEVEL_10_0
86 - If pipe_caps.npot_textures is not supported,
88 - height0 must be 1
89 - depth0 must be 1
90 - array_size must be 1 for PIPE_TEXTURE_1D
91 - Mipmaps can be used
92 - Must use normalized coordinates
96 - pipe_caps.npot_textures is equivalent to GL 2.0 or :ext:`GL_ARB_texture_non_power_of_two`
104 - depth0 must be 1
105 - array_size must be 1
106 - last_level must be 0
107 - Must use unnormalized coordinates
108 - Must use a clamp wrap mode
113 OpenCL: can create OpenCL images based on this, that can then be sampled arbitrarily
122 - If pipe_caps.npot_textures is not supported,
124 - depth0 must be 1
125 - array_size must be 1 for PIPE_TEXTURE_2D
126 - Mipmaps can be used
127 - Must use normalized coordinates
128 - No special restrictions on wrap modes
132 - pipe_caps.npot_textures is equivalent to GL 2.0 or :ext:`GL_ARB_texture_non_power_of_two`
134 OpenCL: can create OpenCL images based on this, that can then be sampled arbitrarily
138 - pipe_caps.npot_textures is equivalent to D3D_FEATURE_LEVEL_9_3
143 3-dimensional array of texels.
146 - If pipe_caps.npot_textures is not supported,
148 - array_size must be 1
149 - Must use normalized coordinates
153 - pipe_caps.npot_textures is equivalent to GL 2.0 or :ext:`GL_ARB_texture_non_power_of_two`
157 - pipe_caps.npot_textures is equivalent to D3D_FEATURE_LEVEL_10_0
164 input 3-vector to the point of the cube surface in that direction.
170 - Width and height must be equal
171 - depth0 must be 1
172 - array_size must be a multiple of 6
173 - If pipe_caps.npot_textures is not supported,
175 - Must use normalized coordinates
179 - pipe_caps.npot_textures is equivalent to GL 2.0 or :ext:`GL_ARB_texture_non_power_of_two`
180 - Seamless cube maps require GL 3.2 or :ext:`GL_ARB_seamless_cube_map` or :ext:`GL_AMD_seamless_cub…
181 - Cube map arrays require GL 4.0 or :ext:`GL_ARB_texture_cube_map_array`
185 - pipe_caps.npot_textures is equivalent to D3D_FEATURE_LEVEL_10_0
186 - Cube map arrays require D3D_FEATURE_LEVEL_10_1
189 --------
200 -------------