Home
last modified time | relevance | path

Searched refs:z_value (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c669 * \param z_value the depth values to store (with padding)
683 LLVMValueRef z_value, in lp_build_depth_stencil_write_swizzled()
746 z_value = lp_build_select(&z_bld, mask_value, z_value, z_fb); in lp_build_depth_stencil_write_swizzled()
755 z_value = LLVMBuildTrunc(builder, z_value, in lp_build_depth_stencil_write_swizzled()
761 zs_dst1 = lp_build_extract_range(gallivm, z_value, 0, 2); in lp_build_depth_stencil_write_swizzled()
762 zs_dst2 = lp_build_extract_range(gallivm, z_value, 2, 2); in lp_build_depth_stencil_write_swizzled()
766 zs_dst1 = LLVMBuildShuffleVector(builder, z_value, z_value, in lp_build_depth_stencil_write_swizzled()
673 lp_build_depth_stencil_write_swizzled(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, boolean is_1d, LLVMValueRef mask_value, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef loop_counter, LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef z_value, LLVMValueRef s_value) lp_build_depth_stencil_write_swizzled() argument
825 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct lp_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef *cov_mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef face, LLVMValueRef *z_value, LLVMValueRef *s_value, boolean do_branch, bool restrict_depth) lp_build_depth_stencil_test() argument
[all...]
H A Dlp_bld_depth.h69 LLVMValueRef *z_value,
96 LLVMValueRef z_value,
H A Dlp_state_fs.c644 LLVMValueRef z_value, s_value; in generate_fs_loop() local
899 &z_value, &s_value, in generate_fs_loop()
908 z_value, s_value); in generate_fs_loop()
920 z_type = LLVMTypeOf(z_value); in generate_fs_loop()
921 lp_build_pointer_set(builder, z_sample_value_store, sample_loop_state.counter, LLVMBuildBitCast(builder, z_value, lp_build_int_vec_type(gallivm, type), "")); in generate_fs_loop()
1296 &z_value, &s_value, in generate_fs_loop()
1305 z_value, s_value); in generate_fs_loop()
1316 z_value = LLVMBuildBitCast(builder, lp_build_pointer_get(builder, z_sample_value_store, sample_loop_state.counter), z_type, "");; in generate_fs_loop()
1325 z_value, s_value); in generate_fs_loop()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.h111 uint32_t z_value = 0u; /// Z workgroup size member
H A Dparser_impl.cc829 set_param(&info.z_id, &info.z_value, 2); in RegisterWorkgroupSizeBuiltin()
911 workgroup_size_builtin_.z_value}; in RegisterEntryPoints()
1885 {workgroup_size_builtin_.z_value})); in MakeConstantExpression()

Completed in 12 milliseconds