Home
last modified time | relevance | path

Searched refs:bind_sampler (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/gles/
H A Dweb.rs136 gl.bind_sampler(0, None); in present()
H A Dqueue.rs1022 gl.bind_sampler(texture_index, sampler); in process()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Ddevice.rs781 let (mut bind_cbv, mut bind_srv, mut bind_uav, mut bind_sampler) = ( in create_pipeline_layout()
888 bind_sampler.clone(), in create_pipeline_layout()
893 native_binding(&bind_sampler), in create_pipeline_layout()
896 bind_sampler.register += 1; in create_pipeline_layout()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dsamplerobj.c313 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
339 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
352 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dsamplerobj.c325 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
351 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
364 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dsamplerobj.c327 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
353 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
366 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dsamplerobj.c327 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
353 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
366 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dsamplerobj.c327 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
353 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
366 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dsamplerobj.c327 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
353 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
366 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dsamplerobj.c327 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
353 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
366 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dsamplerobj.c327 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
353 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
366 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dsamplerobj.c327 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
353 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
366 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dsamplerobj.c327 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
353 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
366 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dsamplerobj.c327 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function
353 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error()
366 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp545 ADD_ARG_CASE2(bind_sampler, "Test cost of glBindSampler() calls. Note: Uses only sampler 0", in init()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx_device_gl-0.15.5/src/
H A Dlib.rs530 tex::bind_sampler(gl, bind, &sampler.info, &self.share.private_caps); in process()
H A Dtex.rs555 pub fn bind_sampler(gl: &gl::Gl, target: GLenum, info: &t::SamplerInfo, private_caps: &PrivateCaps)… in bind_sampler() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp584 void bind_sampler (NegativeTestContext& ctx) in bind_sampler() function
2645 {bind_sampler, "bind_sampler", "Invalid glBindSampler() usage" }, in getNegativeShaderApiTestFunctions()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glow-0.5.0/src/
H A Dstdweb.rs2186 unsafe fn bind_sampler(&self, unit: u32, sampler: Option<Self::Sampler>) { in bind_sampler() method
2191 RawRenderingContext::WebGl2(ref gl) => gl.bind_sampler(unit, raw_sampler), in bind_sampler()
H A Dweb_sys.rs2370 unsafe fn bind_sampler(&self, unit: u32, sampler: Option<Self::Sampler>) { in bind_sampler() method
2375 RawRenderingContext::WebGl2(ref gl) => gl.bind_sampler(unit, raw_sampler), in bind_sampler()
H A Dlib.rs678 unsafe fn bind_sampler(&self, unit: u32, sampler: Option<Self::Sampler>); in bind_sampler() method
H A Dnative.rs1473 unsafe fn bind_sampler(&self, unit: u32, sampler: Option<Self::Sampler>) { in bind_sampler() method
/dports/www/firefox/firefox-99.0/third_party/rust/glow/src/
H A Dweb_sys.rs2683 unsafe fn bind_sampler(&self, unit: u32, sampler: Option<Self::Sampler>) { in bind_sampler() method
2688 RawRenderingContext::WebGl2(ref gl) => gl.bind_sampler(unit, raw_sampler), in bind_sampler()
H A Dlib.rs823 unsafe fn bind_sampler(&self, unit: u32, sampler: Option<Self::Sampler>); in bind_sampler() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp487 ES3F_ADD_API_CASE(bind_sampler, "Invalid glBindSampler() usage", in init()

123